nmatt

Results 27 issues of nmatt

Accesses to private fields of a nested class from the containing class (and possibly vice-versa?) are not considered, leading to false positives. This happens with sb-contrib version 7.6.4 (current release)....

needs investigation

Field accesses from inner classes aren't correctly considered. This happens with sb-contrib version 7.6.4 (current release). Example code: ```java public final class Example { private final Map map = new...

needs investigation

Currently (v1.3), text in different text lines appear to have a different height -- probably an artifact of the scaling algorithm used. It would be nice if the font size...

enhancement
help wanted

NetBeans adds blank space in the editor at the bottom of files. The viewport highlighting in the code outline does not take this into account and highlights a different (larger)...

bug
help wanted

FII_USE_FUNCTION_IDENTITY is shown on the STRING constant in the following example: ```java interface Parser { T parse(String value); static final Parser STRING = s -> s; } ``` Although specifying...

unlikely to address

**Describe the bug** The implementation of `ReflectionPropagation.setValue()`/`getValue()` calls `toString()` on the target object upon failure, as part of constructing the exception message: ```java throw new JsonbException("Error getting value on: "...

bug

#### Summary The theme color _sidebarHeaderTextColor_ is used with different background theme colors, which causes problems when those background colors differ in lightness/darkness. #### Steps to reproduce Use the following...

Bug Report/Open