nmatt
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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...