-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issues reported by FindBugs #30
Comments
See the sample POM for new Jenkins plugins: https://github.com/jenkinsci/maven-hpi-plugin/blob/master/hpi-archetype/pom.xml Skipped upgrading parent pom, as it introduce mandatory FindBugs execution, which fails during the build. I will create a separate issue to fix those #30. See Hosting Plugins on Jenkins wiki: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues
See the sample POM for new Jenkins plugins: https://github.com/jenkinsci/maven-hpi-plugin/blob/master/hpi-archetype/pom.xml Skipped upgrading parent pom, as it introduce mandatory FindBugs execution, which fails during the build. I will create a separate issue to fix those #30. See Hosting Plugins on Jenkins wiki: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues
See the sample POM for new Jenkins plugins: https://github.com/jenkinsci/maven-hpi-plugin/blob/master/hpi-archetype/pom.xml Temporarily disable FindBugs execution as it fails during the build. Separate issue created to fix those problems #30. See Hosting Plugins on Jenkins wiki: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues
See the sample POM for new Jenkins plugins: https://github.com/jenkinsci/maven-hpi-plugin/blob/master/hpi-archetype/pom.xml Temporarily disable FindBugs execution as it fails during the build. Separate issue created to fix those problems #30. See Hosting Plugins on Jenkins wiki: https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues
@pkuczynski I've fixed about half of the warnings in my The remaining warnings involve the following:
|
One thing that's probably worth mentioning is that I removed a number of method of the form: I doubt that anyone is relying on these methods being |
@md5 thanks for your efforts! When it comes to the remaining issues, I have no clue how to fix them and I will happily follow your suggestions...
|
@pkuczynski I think assuming UTF-8 and removing the As for the stuff in |
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
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:
Any volunteers willing to help fixing those issues?
The text was updated successfully, but these errors were encountered: