-
Dear Code Owners,
We at Ericsson evaluated some open source static analyzer tools for java and found that Spotbugs has already a
nice coverage for the SEI CERT Oracle Coding Standard for Java codi…
-
Identified impacts:
- Maven Cobertura Plugin doesn't support Java 9 yet as it has a dependency on tools.jar (fixed using Jacoco)
- Maven Failsafe Plugin (fixed upgrading to 2.20.1)
- com.sun:tool d…
-
I'm currently using Java 11 (Travis CI also does test Java 12) and spotbugs 3.1.11 and my current impementation got a message because of null dereferencing. It was true but I fixed the code; however s…
-
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
```
…
-
Original Issue: apache/pulsar#12789
---
**Is your enhancement request related to a problem? Please describe.**
Quality and Security could always be optimized...
**Describe the solution you'd li…
sijie updated
2 years ago
-
I get lots and lots of message of this type for varying configurations:
`Resolution of the configuration :jsource:osis:runtime:server:spotbugsPlugins was attempted from a context different than the…
-
```java
public class Foo {
private int a = 0;
public synchronized void update(int a) {
this.a = a;
}
public synchronized void foo(List list) {
if (list.stream().allMatch(item -> it…
-
During migration to spotbugs-4.4.1 in OpenDaylight we are noticing a number of new EI_EXPOSE_REP and MS_EXPOSE_REP warnings. These are pointing to various constants and otherwise known-immutable const…
-
This is related to the gradle plugin.
By default FindBugs and Spotbugs output XML. In addition I want the HTML output. Using the FindBugs plugin I was able to create new tasks of type `FindBugs` an…
-
Validation interface is implemented in C++ and in Java. However, these implementations are different and C++ validation interface is more flexible than Java is. It would be nice to unify these interfa…
mikir updated
3 years ago