File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ under the License.
2222GeoTools Junit ruleset. See https://pmd.github.io/latest/pmd_userdocs_understanding_rulesets.html
2323</description >
2424 <rule ref =" category/java/bestpractices.xml/SimplifiableTestAssertion" />
25- <rule ref =" category/java/bestpractices.xml/JUnit4TestShouldUseBeforeAnnotation " />
26- <rule ref =" category/java/bestpractices.xml/JUnit4TestShouldUseAfterAnnotation " />
27- <rule ref =" category/java/bestpractices.xml/JUnit4TestShouldUseTestAnnotation " />
25+ <rule ref =" category/java/bestpractices.xml/UnitTestShouldUseBeforeAnnotation " />
26+ <rule ref =" category/java/bestpractices.xml/UnitTestShouldUseAfterAnnotation " />
27+ <rule ref =" category/java/bestpractices.xml/UnitTestShouldUseTestAnnotation " />
2828 <!-- Excluded due to https://github.com/pmd/pmd/issues/2147 /-->
2929 <!-- rule ref="category/java/bestpractices.xml/JUnitTestsShouldIncludeAssert" /-->
3030 <rule name =" DisallowJunit3"
Original file line number Diff line number Diff line change 8787 <jackson .databind.version>${jackson.version} </jackson .databind.version>
8888 <jetty .version>9.4.55.v20240627</jetty .version>
8989 <errorProneFlags ></errorProneFlags >
90- <errorProne .version>2.24.1 </errorProne .version>
90+ <errorProne .version>2.31.0 </errorProne .version>
9191 <javac .version>9+181-r4173-1</javac .version>
92- <pmd .version>7.10 .0</pmd .version>
92+ <pmd .version>7.13 .0</pmd .version>
9393 <checkstyle .skip>false</checkstyle .skip>
9494 <qa >false</qa >
9595 <lint >deprecation,unchecked</lint >
918918 <fork >false</fork >
919919 <compilerArgs >
920920 <arg >-XDcompilePolicy=simple</arg >
921- <arg >-Xplugin:ErrorProne -XepExcludedPaths:${project.build.directory} /generated-sources/.* ${errorProneFlags} </arg >
921+ <arg >-Xplugin:ErrorProne -XepExcludedPaths:${project.build.directory} /generated-sources/.* -Xep:SelfAssertion:OFF ${errorProneFlags} </arg >
922922 <arg >-Xlint:${lint} </arg >
923923 <arg >-Werror</arg >
924924 </compilerArgs >
You can’t perform that action at this time.
0 commit comments