Michael Bien
Michael Bien
duplicated code strikes again
rebasing. planning to merge this this week assuming everything is ok.
fixed a few mistakes, will merge once green. then proceed with the maven update PR.
ran more tests: - also reproducible with https://github.com/apache/netbeans/pull/9044 - could narrow it down to a problem with the loop right before the usage ```diff diff --git a/groovy/groovy.gsp/src/org/netbeans/modules/groovy/gsp/editor/indent/GspIndenter.java b/groovy/groovy.gsp/src/org/netbeans/modules/groovy/gsp/editor/indent/GspIndenter.java index defb7e0..05a59dd...
this is the list of deprecated calls during netbeans **startup** using a dev build based on master (before NB 26 branch) ``` java '/home/mbien/NetBeansProjects/JFRLog/cli/src/main/java/dev/mbien/jfrlog/cli/JFRPrint.java' "*" jdk.DeprecatedInvocation "{method.type.name}#{method.name} {stackTrace}" nb.jfr |...
I'll put high priority on this since this can cause problems if we have to update something for some reason but we can't. the mylin removal might also be required...
@jherkel yes, that was my hope, see https://github.com/apache/netbeans/pull/9020#issuecomment-3545330910 which had promising results.
please attach the log file (but restart NB first)
the log file is from a debugging session when a breakpoint opened another tab?
ok. well I am not sure how this could happen. the debugger has two modes (its a checkbox in the settings). One will keep opening new tabs (if they aren't...