Skip to content
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

Upgrade spotbugs to 4.8.6 #2295

Merged
merged 3 commits into from
Jul 30, 2024
Merged

Conversation

8Keep
Copy link
Contributor

@8Keep 8Keep commented Jul 8, 2024

Upgrading spotbugs versions.

To run spotbugs, I run:

./gradlew build -PenableSpotBugs=true

This generates the html report in build/reports/spotbugs, for each gradle subproject. I can see that there are a whole bunch of new lints in there for the engine. Because we don't block on spotbugs, this won't start failing any CI or builds, nor will it print any warnings while building. It just creates the report, when you turn on spotbugs with the flag, so this should be a safe change. We can later look at the reports and start fixing some of the issues.

@8Keep
Copy link
Contributor Author

8Keep commented Jul 8, 2024

Squash these commits when merging

@8Keep 8Keep changed the title Upgrade spotbugs to 6.0.18 Upgrade spotbugs to 4.8.6 Jul 8, 2024
@8Keep 8Keep requested a review from MeFisto94 July 8, 2024 05:47
@stephengold stephengold merged commit a9fec64 into jMonkeyEngine:master Jul 30, 2024
14 checks passed
@stephengold
Copy link
Member

Thanks for your contribution, @8Keep !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants