jenkinsci / jenkinsci/rubymetrics-plugin

Fix issues reported by FindBugs

Open
#30 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.