jenkinsci / lib-file-leak-detector

Java agent that detects file handle leak
http://file-leak-detector.kohsuke.org/
MIT License
241 stars 112 forks source link

Use spotbugs 4.8.2 with more exclusions #164

Closed MarkEWaite closed 9 months ago

MarkEWaite commented 9 months ago

Use spotbugs 4.8.2 with more exclusions

Prep for

Part of the checklist in:

Needs to be merged on or before the update of the parent pom that updates to use spotbugs 4.8.2.

Testing done

Confirmed that automated tests pass with this change and that no spotbugs warnings are reported.

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or Jira
- [x] Link to relevant pull requests, esp. upstream and downstream changes