[java] Update rule UseArraysAsList#3187
Conversation
Generated by 🚫 Danger |
|
Not sure, why InsufficientStringBufferDeclaration rule is executed. It is not converted yet and seems to be the cause for most errors: |
The patch config seems to be performance.xml: https://chunk.io/pmd/0d6caceb7f7948edb80b68f56f22c215/diff1/patch_config.xml |
Ah, that explains it. Right, for XPath rules, we run the complete category.... |
This is to avoid errors in CI, like in #3187. This is just a hack, we should fix pmd-regression-tester, or live with it until we have ported all rules. This may not be enough, maybe another rule will take its place and crash everything.
This comment has been minimized.
This comment has been minimized.
Yes, there seem no violations reported on checkstyle or spring-framework. So all we know is - it works the same as before: no additional violations. All unit tests work fine. The only change is to make it work with the new java grammar.... |
Part of #2701
Ready?
./mvnw clean verifypasses (checked automatically by travis)