-
I'm not sure whether kotlin is officially supported, but I ran `spotbugs` on a couple of projects and it produced useful results, so we'll continue to use it.
I found this code produces a `NP_NULL_…
-
`String uin = null
...
if (android.text.TextUtils.isEmpty(uin)) {
uin.length();
//bla-bla
} else {
// bla-bla
}`
here, inside TextUtils.isEmpty, uin is null-checked.
because of f…
-
False positive.
This yields no errors:
```
import org.junit.jupiter.api.Assertions;
@Test
public void testToCamelCase4() {
Assertions.assertThrows(NullPointerException.class, () -> {
…
-
As a contributor it would be easier to comply to the SAT rules when they can be checked while using the openHAB Eclipse IDE. That way you don't have to run Maven commands and check SAT reports. You'd …
wborn updated
6 years ago
-
Under Java 9, both findbugs and spotbugs seem to fail when running the findbugs-slf4j checks on our usage of `Thread.UncaughtExceptionHandler` with the following:
```java
private static final Unca…
-
Follow up for #619 / #573
The follwoing methods are equivalent in Kotlin code: [`Intrinsics.checkParameterIsNotNull()`](http://javadox.com/org.jetbrains.kotlin/kotlin-runtime/0.7.852/kotlin/jvm/in…
-
Testing the recent Eclipse Oxygen.1a RC2, I encountered a long pause or even a deadlock (I killed the IDE process after about two minutes) during start up, i.e., when the splash screen is shown.
As…
-
## Environment
| Component | Version |
| ------------------ | ------- |
| Java | jdk1.8.0_181 and jdk-10.0.2 |
| SpotBugs | 3.1.11.r201901210915-d4a1331 (from …
-
## Environment
Trying to build branch master of find-sec-bugs. Edit : Got same error with version-13.0.0 but version-12.0.0 works fine.
Apache Maven 3.6.3
Maven home: /usr/share/maven
Ja…
-
For the following class, SpotBugs reports `IC_SUPERCLASS_USES_SUBCLASS_DURING_INITIALIZATION`:
```java
package ghIssues;
public interface Issue1234 {
public static final Issue1234 REF_TO_INNE…