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
([core] Implement PropertyFactory #1470) Introduce a PropertyFactory, a PropertyConstraint, etc to get a property creation API
that is as capable as the current framework, and source compatible with the 7.0.0 API.
This doesn't need to implement anything about PropertyXmlSyntax, and doesn't entail changes to the PropertyDescriptor interface. It could be integrated to the current property framework seamlessly
Deprecate all concrete property types, migrate internal usages to use PropertyFactory
(should allow us to spot some bugs, enrich API, etc):
This issue serves as easy reference for PRs, and as a discussion for the changes described on the wiki. Replaces #1415
Implementation plan
Due on 6.10.0 ✔️ done
that is as capable as the current framework, and source compatible with the 7.0.0 API.
(should allow us to spot some bugs, enrich API, etc):
Due on 7.0.0
Remaining tasks
Probably for PMD 7
Postponed