Changes between Version 1 and Version 2 of Ticket #23702, comment 10


Ignore:
Timestamp:
2024-06-03T21:14:04+02:00 (19 months ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23702, comment 10

    v1 v2  
    55The big one to ignore/properly configure is going to be `MethodNamingConvention` -- it pretty much flags everything in mapcss `Functions`.
    66
    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:
     7If you want to see the "new" issues from PMD 7.2.0 as compared to PMD 6.55.0, here is a patch:
    88{{{#!diff
    99===================================================================
     
    2222-            <artifact name="saxon" type="jar" maven:classifier="dom"/>
    2323-        </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"/>
    2727+        <dependency org="org.xmlresolver" name="xmlresolver" rev="6.0.4" conf="pmd->default"/>
    2828         <!-- spotbugs->default -->