-
The warning "Could be refactored into a named static inner class" [SIC_INNER_SHOULD_BE_STATIC_ANON](https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#sic-could-be-refactored-into-a-named-…
-
See revelc/formatter-maven-plugin#177
-
**Describe the bug**
@keith-turner reported an issue where he had the wrong `accumulo-core` jar file deployed to a cluster and the TabletServer continued to run. When he changed the code to catch `Th…
-
In JDK 21 we can now use pattern matching switches. So instanceof checking can be done in the switch label.
Here's a failing unit test branch that returns `BC_UNCONFIRMED_CAST` (a false positive): …
-
-
## Environment
| Component | Version |
| --------------------- | ------- |
| Maven | 3.9.6 |
| Java | 11, 17 |
| SpotBugs | 4.8.3 …
-
## License Policy Violation detected in spotbugs-annotations-3.1.9.jar
Library - spotbugs-annotations-3.1.9.jar
Annotations the SpotBugs tool supports
Library home page: https://spotbugs.github.io/
…
-
- [x] I have checked the [FAQ](https://pinpoint-apm.gitbook.io/pinpoint/faq), and [issues](https://github.com/pinpoint-apm/pinpoint/issues) and found no answer.
#### What version of pinpoint are yo…
-
The default properties are gathered System.getenv() grabbing the entire environment set of properties which is highly unpredictable per machine and known to be possible to manipulate by outside proces…
-
### Description
Create a workflow that runs the various Java check plugins on the operate codebase. For now this will mean running spotbugs (with the spotbugs profile) and adding -skipChecks on…