-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Milestone
Description
We dropped the no-error-pmd build because there were failures due to #15376.
We should re enable this build when PMD merge the PR that uses the new property to fix the violations. The PR can't be merged until checkstyle new release.
PMD PR: pmd/build-tools#33
build failure URL: https://app.circleci.com/pipelines/github/checkstyle/checkstyle/27241/workflows/ae4881cd-8f64-4245-a7c0-619e023f8e5e/jobs/662368
There are 8 errors reported by Checkstyle 10.18.0-SNAPSHOT with /net/sourceforge/pmd/pmd-checkstyle-config.xml ruleset.
[ERROR] src/main/java/net/sourceforge/pmd/lang/java/ast/ConstantFolder.java:[24,7] (modifier) RedundantModifier: Redundant 'strictfp' modifier.
[ERROR] src/main/java/net/sourceforge/pmd/lang/java/ast/ConstantFolder.java:[141,12] (modifier) RedundantModifier: Redundant 'strictfp' modifier.
...