-
# Description
In the project, we now have a few probes which can provide useful details about the quality of the code and its maintainability:
- Spotbugs
- Code Coverage
- Jenkins core versio…
-
It seems eclipse certificate expired
attempting to install SpotBugs via the eclipse marketplace
(SpotBugs Eclipse plugin 3.1.5.r201806132012-cbbf0a5)
or via downloading the plugin directly from t…
-
Spotbugs has a dependency on JDK 1.8. It's also not good to use JDK 1.8 as your primary JDK as it's showing it's age.
Fortunately, Maven has a plugin called the toolchains plugin which allows a dif…
-
When running SpotBugs it is reporting a DM_DEFAULT_ENCODING issue. When I click on the link to take me to the above, there is no content. Did it get deleted accidentally? Or is the link or anchor wron…
-
Follow up on my questions in https://www.eclipse.org/lists/p2-dev/msg05945.html.
Initial issue is https://github.com/spotbugs/spotbugs/issues/2008.
As a small open source progect spotbugs doesn'…
-
I'm aware this is supposed to be fixed by #539, and I have also tried to create this as a failing test in spotbugs (without success). However, building the following code:
```
import com.google.co…
skitt updated
5 years ago
-
Tool for java security testing:
https://find-sec-bugs.github.io/
Jenkins plugin:
https://plugins.jenkins.io/findbugs
Documentation:
https://find-sec-bugs.github.io/tutorials.htm
https://gith…
-
So I'm testing my PR[1] port from findbugs which allowed findbugs/spotbugs to handle arbitrarily large argument lists with ant/CLI against my application. I've been using this code with findbugs f…
-
I was reading through https://spotbugs.github.io/spotbugs-maven-plugin/check-mojo.html
and it lacks a lot of documentation.
Most or all properties have `(no description)`.
As a developer I want…
-
Hi,
at first thanks for maintaining this project.
It would be nice to load the rules from an URL like from a sonarqube server.
With maven this is possbile
```
…