-
On huge code bases there is an error occurred when you're trying to get the Frame from analysis, because cache was cleared and CFG was recalculated. After analysis we get new identities when the inter…
-
After merging #3856 one unit test class, `TypeRegistryTest`, intermittently stalled during local testing. It may be fine on some OSes or in Jenkins, but oddly it stalled even with the `@Ignored` annot…
-
To simplify, I have these two classes
```java
public abstract class A {
protected static field String value;
}
public class B extends A {
public static String getValue() {
ret…
-
**Is your feature request related to a problem? Please describe.**
My project is in the stage of code quality checks and associated stuff, and I'm currently using a code scanner that is flagging out …
ghost updated
2 years ago
-
Reading rule violations directly off the console is often much faster than navigating through XML/HTML reports. Please add support for console output, similar to how other Gradle linters work.
-
Presently build includes basic Github Security Checks (see https://github.com/ebresie/python4nb/security ) however adding additional checks is preferred going forward.
This issue involves updating …
-
For each method named _bar_ below, spotbugs issue a warning that the method is "uncallable":
```
class Foo {
static Runnable x() {
var k = new Object() {
void bar() { }
…
-
After upgrading to IntelliJ IDEA 2020.1 findbugs plugin crashes the IDE.
disabling it mitigates the problem.
Title as pasted from IDE: com.intellij.diagnostic.IdeaReportingEvent$TextBasedThrowabl…
-
When a method has a `@NonNull` annotated parameter and the code is checking for null, I would have expected spotbugs to have thrown an error as the parameter can never be null (hence the annotation).
…
-
Sorry, i have problem with this. maybe because my gradle?
I used dependencies gradle : gradle:4.1.1 and wrapper : gradle-6.5? how i can fixed it? thankyou.
error message : org.gradle.api.plugins.…