Michael Bien
Michael Bien
migrated issue from [NETBEANS-6025](https://issues.apache.org/jira/browse/NETBEANS-6025). Still reproducible in NB 15. The first rule works. The second rule never captures anything, the third causes a class cast exception. ```java $stream.mapToObj($lambda) :: $stream...
Lets try to make the git history UI a bit more useful. ~This doesn't fix the advanced search or its 24 branch limit~ (edit: it fixes it indirectly, see https://github.com/apache/netbeans/pull/7128#issuecomment-1990655432),...
matches PR/issue IDs and links them to the fitting web page. This will work as long no task repository is defined under services, since those would have higher priority. screenshot:...
fixes a few small issues and one little performance improvement: - The hint fix contains code segments which may contain angle brackets. This can break the formatting of the apply-fix...
### Apache NetBeans version Apache NetBeans 20 release candidate ### What happened saw this Exception today, not sure how to reproduce unfortunately: ``` java.lang.ClassCastException: class com.sun.tools.javac.code.Symbol$ClassSymbol cannot be cast to...
### Apache NetBeans version Apache NetBeans 21 (not a regression) ### What happened ```java $mods$ $type $name = new $T(); ``` does not capture this line correctly: ```java final List...
### Contact Details [email protected] ### Present your request It'd be nice if there was a refresh shortcut, action or button on the database view. Background: - From time to time...
The overflow handling is now in `doLayout()` and runs when `invalidate()` was called instead of listening to resize events. See https://github.com/apache/netbeans/issues/7000#issuecomment-1913782189 Misc impl improvements: fewer array copies and the toolbar...
Hello, The shortcuts panel (`FlatFileChooserUI.FlatShortcutsPanel`) will currently define the height of the `JFileChooser` if it contains many shortcuts - so it can become quite tall. Would it make sense for...
- resolves a "Project Problems" regression - temporary until proper fix is implemented fixes #7365 ~? untested~