Changes between Version 1 and Version 2 of Ticket #23702, comment 10
- Timestamp:
- 2024-06-03T21:14:04+02:00 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23702, comment 10
v1 v2 5 5 The big one to ignore/properly configure is going to be `MethodNamingConvention` -- it pretty much flags everything in mapcss `Functions`. 6 6 7 If you want to see the "new" issues from PMD 7. 3.0 as compared to PMD 6.55.0, here is a patch:7 If you want to see the "new" issues from PMD 7.2.0 as compared to PMD 6.55.0, here is a patch: 8 8 {{{#!diff 9 9 =================================================================== … … 22 22 - <artifact name="saxon" type="jar" maven:classifier="dom"/> 23 23 - </dependency> 24 + <dependency org="net.sourceforge.pmd" name="pmd-core" rev="7. 3.0" conf="pmd->default"/>25 + <dependency org="net.sourceforge.pmd" name="pmd-ant" rev="7. 3.0" conf="pmd->default"/>26 + <dependency org="net.sourceforge.pmd" name="pmd-java" rev="7. 3.0" conf="pmd->default"/>24 + <dependency org="net.sourceforge.pmd" name="pmd-core" rev="7.2.0" conf="pmd->default"/> 25 + <dependency org="net.sourceforge.pmd" name="pmd-ant" rev="7.2.0" conf="pmd->default"/> 26 + <dependency org="net.sourceforge.pmd" name="pmd-java" rev="7.2.0" conf="pmd->default"/> 27 27 + <dependency org="org.xmlresolver" name="xmlresolver" rev="6.0.4" conf="pmd->default"/> 28 28 <!-- spotbugs->default -->


