You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preserve ValidationFixer metadata and parameter binding during auto-fix round trips.
Evidence
Global review finding REV-2026-008 identified that auto-fix can lose API/class/method annotations, framework metadata, FieldDefinition.in, and path/query/header/body binding information.
Impact
Applying a validation fix can silently change generated API semantics, annotations, and request parameter placement across CLI, UI, and Maven flows.
Scope
Make fixer transformations metadata-preserving, retain parameter binding, and add round-trip tests through all three repair entry points.
Out of scope
Document-format preservation and path normalization beyond the dependency tracked by REV-2026-005.
Compare model metadata and generated behavior before and after auto-fix using CLI, UI bridge, and Maven fixtures; assert annotations, framework, and binding values are identical.
Rollback
Revert fixer/model changes while retaining metadata round-trip fixtures and keeping this issue blocked for redesign.
Dependencies
Blocked by REV-2026-005 (#5). Do not add automation:ready until the dependency is completed and design review is complete.
finding_id: REV-2026-008
priority: P1
area: core
kind: bug
paths:
blocked_by:
automation: needs-design
Summary
Preserve ValidationFixer metadata and parameter binding during auto-fix round trips.
Evidence
Global review finding REV-2026-008 identified that auto-fix can lose API/class/method annotations, framework metadata,
FieldDefinition.in, and path/query/header/body binding information.Impact
Applying a validation fix can silently change generated API semantics, annotations, and request parameter placement across CLI, UI, and Maven flows.
Scope
Make fixer transformations metadata-preserving, retain parameter binding, and add round-trip tests through all three repair entry points.
Out of scope
Document-format preservation and path normalization beyond the dependency tracked by REV-2026-005.
Acceptance criteria
FieldDefinition.in以及 path/query/header/body 绑定Verification
Compare model metadata and generated behavior before and after auto-fix using CLI, UI bridge, and Maven fixtures; assert annotations, framework, and binding values are identical.
Rollback
Revert fixer/model changes while retaining metadata round-trip fixtures and keeping this issue blocked for redesign.
Dependencies
Blocked by REV-2026-005 (#5). Do not add
automation:readyuntil the dependency is completed and design review is complete.