jenkinsci / jenkinsci/rubymetrics-plugin
Fix issues reported by FindBugs
Open
- Dominant language
- Java
- Stars
- 27
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
After upgrading to newer parent pom as suggested in the troubleshooting section of Hosting Plugins on Jenkins wiki: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues
```
org.jenkins-ci.plugins
plugin
2.11
```
Over 30 issues are being reported by FindBugs which fails the build. This should be fixed before any other work continues...
For the time being I disabled FindBugs in pom.xml:
```
org.codehaus.mojo
findbugs-maven-plugin
true
```
Any volunteers willing to help fixing those issues?
Contributor guide
Assessment
This issue has not been assessed yet.