Michael Bien

Results 600 comments of Michael Bien

can you post the log file? You might have to rename .log to .txt.

@pquiring was the log from a run where NetBeans disappeared when you connected?

on linux the JVM will attempt to print the crash dump header to console which includes the path to the core dump itself. However I can't remember if this also...

NB 27 release candidates are now also available: https://github.com/apache/netbeans/discussions/8672 if this problem persists in current JDK 24.0.2 (which is the final update), we should probably add a note to the...

https://bugs.openjdk.org/browse/JDK-8348625 if I read this correctly, JDK 21.0.7 and later _update_ releases should work since the change which caused this was reverted there. Not sure about JDK 25 but I...

> As such, those components are not directly accessible in NetBeans. I am not completely sure what this means but based on the stack trace and the way the exception...

some of the error stripe colors seem to be hardcoded atm error/warn/green https://github.com/apache/netbeans/blob/beddaf0a6cecbd3973fbdef8ff4d90b9b43a1aaf/ide/editor.errorstripe/src/org/netbeans/modules/editor/errorstripe/AnnotationView.java#L233-L235 mark occurrences impl for java: https://github.com/apache/netbeans/blob/beddaf0a6cecbd3973fbdef8ff4d90b9b43a1aaf/java/java.editor/src/org/netbeans/modules/java/editor/semantic/MarkOccurrencesHighlighter.java#L62 not sure about the others

enums need many special cases since they work differently to most other java code. Constructor invocation name != class name etc. This looks like a nice-to-have to me but is...

i don't see this as a bug. This is handled by the terminal pinning functionality which is there to persist terminals. If you don't pin a terminal, it will initialize...

> Can you explain what you mean by terminal pinning? right click on the terminal tab. You should see an option to pin it.