nmatt

Results 38 issues of nmatt

### Description The "Fill Missing Cases to Switch" hint is currently limited to "Warning on Current Line". It would be useful to be able to also make this a warning...

kind:feature
needs:triage

### Apache NetBeans version Apache NetBeans 27 ### What happened After opening a project in the terminal using Open in Terminal, which starts the terminal in the project directory, then...

kind:bug
needs:triage

### Apache NetBeans version Apache NetBeans 28 ### What happened Effectively final variables are not code-completed after a prefix within a local class. ### Language / Project Type / NetBeans...

kind:bug
Java
Editor
needs:triage

### Description Provide code completion for the _field-reference_ argument of the javadoc `{@value}` tag (see [value](https://docs.oracle.com/en/java/javase/21/docs/specs/javadoc/doc-comment-spec.html#value)). This would work in a similar fashion to the code completion for arguments to...

kind:feature
needs:triage

### Description Unlike constructors of regular classes, the "mark occurrences" mechanism doesn't mark usages of enum constructors. Example: ```java class Example { @SuppressWarnings("unused") static class Class { static final Class...

Java
kind:feature
needs:triage

### Description When running tests (i.e. JUnit test executions), NetBeans generates a notification when the test is finished, showing a notification bubble from the status bar. It would be useful...

kind:feature
needs:triage

### Description The color of the "mark occurrences" marks in the editor sidebar is not configurable. Depending on color scheme and presence of other marks, the default color isn't very...

Editor
kind:feature
UI

### Apache NetBeans version Apache NetBeans 27 ### What happened Recent versions of the JDK API docs have been adding "Copy" buttons for code sections, like for example here: https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/Class.html#newInstance%28%29...

kind:bug
Java
JavaDoc