Description
Findbugs fails with:
[INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:02 min [INFO] Finished at: 2021-02-02T03:02:00Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs (findbugs) on project ratis: Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with value '${plugin.artifacts}' of type java.util.Collections.UnmodifiableRandomAccessList to property of type java.util.ArrayList -> [Help 1]
but the CI check is passing (false negative).
Attachments
Issue Links
- is duplicated by
-
RATIS-685 Replace findbugs with spotbugs
- Resolved
- is related to
-
RATIS-1646 Fix suppressed Findbugs warnings
- Resolved
- links to