-
New Feature
-
Resolution: Fixed
-
Minor
-
None
When a setter is @Deprecated for example due to a rename or logically redundant migration, do not report the @Deprecated setters if omitting them does not affect the instantiated object.
- relates to
-
JENKINS-44892 Ability to override reflective metadata in DescribableModel
-
- Resolved
-
- links to
Code changed in jenkins
User: Stephen Connolly
Path:
plugin/src/main/java/org/jenkinsci/plugins/structs/describable/DescribableModel.java
plugin/src/test/java/org/jenkinsci/plugins/structs/describable/DescribableModelTest.java
http://jenkins-ci.org/commit/structs-plugin/3f92f13ace63c04f22c69fadca97b00c5ad5b23f
Log:
[FIXED JENKINS-44864] Don't report deprecated setters if their values are redundant