-
- [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…
-
https://maven.apache.org/docs/history.html
Maven before 3.6.3 has now reached its end of life. New plugin releases will require Maven 3.6.3 or later.
-
Reproduced this by git-cloning the project and running `./gradlew build` in a Docker container based on base image `eclipse-temurin:21.0.1_12-jdk`.
The result was the following:
```
#9 0.187 Do…
-
java.lang.LinkageError: loader constraint violation: when resolving method 'org.slf4j.ILoggerFactory org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()' the class loader com.intellij.ide.plugins.cl.…
-
Setup lint and spotbugs to catch code issues earlier
-
With 4.8.4 (and latest 4.8.5-SNAPSHOT), I'm getting two false-positive errors:
```
[ERROR] Medium: Overridable method equals is called from readObject. [org.newsclub.net.unix.AFSocketAddress] At A…
-
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): …
-
I couldn't figure out the way to do this, so no patch, but if possible, we should add engine:checkStyleMain as an option from gradlew tasks.
Glancing at the source, it looks like it should be done wi…
-
## Environment
| Component | Version |
| --------------------- | ------- |
| Maven | 3.9.6 |
| Java | 11, 17 |
| SpotBugs | 4.8.3 …
-
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-…