extra-enforcer-rules icon indicating copy to clipboard operation
extra-enforcer-rules copied to clipboard

Include JRE classes in banDuplicateClasses

Open joachim-durchholz-six opened this issue 4 years ago • 0 comments

banDuplicateClasses currently ignores classes that override those in the JRE. Sometimes that's intentional, but sometimes it is not (most notably many instances of Xalan and Xerces dependencies which should have gone long ago).

So I'm suggesting adding an option to have the JRE included in the list of dependencies to check for duplicate classes, off by default to be backwards compatible.

joachim-durchholz-six avatar Mar 31 '20 11:03 joachim-durchholz-six