-
I need to bundle dependencies with a SpotBugs plugin. The easiest way to publish this plugin is releasing the normal jar and a jar with all the needed dependencies.
My small obstacle is that I can'…
-
zymap updated
2 years ago
-
zymap updated
3 years ago
-
zymap updated
3 years ago
-
zymap updated
3 years ago
-
zymap updated
3 years ago
-
`Error`:
java.lang.LinkageError: loader constraint violation: when resolving method 'org.slf4j.ILoggerFactory org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()' the class loader com.intellij.ide.p…
-
In #471 we added SpotBugs analysis. During development SpotBugs detected one additional error in the GH workflow compared to local testing, this due to different versions of Java being used for the tw…
-
Jenkins core includes a number of medium- and low-severity warnings. It would be great to fix it and to cleanup all warnings. SpotBugs automation and Medium-level warnings cleanup in the Java codebase…
timja updated
2 years ago
-
I originally tried to use double-checked locking to lazily initialize a singleton, but SpotBugs reported DC_DOUBLECHECK.
Not wanting to use a Holder Idiom, I defined a [lazy getter via Lombok](http…