With --auto-gen-config
invalid rule references might be generated
#124
Labels
bug
Something isn't working
--auto-gen-config
invalid rule references might be generated
#124
See pmd/pmd#4971 for an example:
The changeset contains a change to file
pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/AbstractNamingConventionRule.java
, which is not a rule by itself but a base class.The regression tester however generates a ruleset like that:
But a rule "AbstractNamingConvention" doesn't exist...
The result is, that PMD is not executed at all and the diff report shows, that all violations are missing.
The text was updated successfully, but these errors were encountered: