Skip to content

Commit

Permalink
dependency: bump pmd.version to 7.1.0 and maven-pmd-plugin to 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahfouz72 committed May 4, 2024
1 parent e6051f2 commit 3ee17aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions config/pmd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@
<rule ref="category/java/codestyle.xml">
<!-- Opposite to UnnecessaryConstructor. -->
<exclude name="AtLeastOneConstructor"/>
<!-- Turning a local variable to the field may create design problems and extend the scope of
the variable. -->
<exclude name="AvoidFinalLocalVariable"/>
<!-- Conflicts with names that does not mean in/out. -->
<exclude name="AvoidPrefixingMethodParameters"/>
<!-- Calling super() is completely pointless, no matter if class inherits anything or not;
it is meaningful only if you do not call implicit constructor of the base class. -->
<exclude name="CallSuperInConstructor"/>
Expand Down Expand Up @@ -166,8 +161,6 @@
<!-- We need compare by ref as Tree structure is immutable, we can easily
rely on refs. -->
<exclude name="CompareObjectsWithEquals"/>
<!-- Too many false positives. -->
<exclude name="DataflowAnomalyAnalysis"/>
<!-- This rule does not have any option, unreasonable to use. -->
<exclude name="ImplicitSwitchFallThrough"/>
<!-- We reuse Check instances between java files, we need to clear state of
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@
<antlr4.version>4.13.1</antlr4.version>
<maven.site.plugin.version>3.12.1</maven.site.plugin.version>
<maven.spotbugs.plugin.version>4.8.4.0</maven.spotbugs.plugin.version>
<maven.pmd.plugin.version>3.21.2</maven.pmd.plugin.version>
<pmd.version>6.55.0</pmd.version>
<maven.pmd.plugin.version>3.22.0</maven.pmd.plugin.version>
<pmd.version>7.1.0</pmd.version>
<maven.jacoco.plugin.version>0.8.12</maven.jacoco.plugin.version>
<mockito.version>5.2.0</mockito.version>
<saxon.version>12.4</saxon.version>
Expand Down

0 comments on commit 3ee17aa

Please sign in to comment.