-
Notifications
You must be signed in to change notification settings - Fork 165
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
Add code quality plugins to jenkins build #790
Comments
FWIW, I've started using Netbeans Inspect and Transform. |
Jenkins FindBugs is EOL, replaced by Warnings plugin https://wiki.jenkins.io/display/JENKINS/Warnings+Plugin |
On a related note, there is also SpotBugs, available as Eclipse and maven plugin https://spotbugs.readthedocs.io/en/latest/maven.html |
FWIW, I'm currently looking into spotbugs, looks promising:
|
|
Creating a new one for more recent spotbugs version + plugins |
Signed-off-by:Bart Hanssens <bart.hanssens@bosa.fgov.be>
Signed-off-by:Bart Hanssens <bart.hanssens@bosa.fgov.be>
I closed this because the associated PR was closed - I get the feeling there was little enthusiasm for the idea in the end. Feel free to correct me and reopen though. |
We should look into adding some code quality plugins (like FindBugs, PMD, and/or CheckStyle) to the Jenkins build. This will make it easier for contributors to understand where their contributions need to be updated and will help us produce overall better code.
The text was updated successfully, but these errors were encountered: