Michael Bien
Michael Bien
please ask before submitting dozens generated bug reports. We have to review those in not automated manner. Generating issues/warnings is in most cases not the bottleneck. Refactorings do require review...
@assdfsdafasfa can you edit the issues you posted and use code blocks for the code sections? There is also no point to paste the same thing into different sections -...
nb is going to detect the namespace conflict and refactor the sample into: ```java class SubClass extends ParentClass{ void method(){} void test(){ ParentClass.this.method(); } } ``` this will cause an...
commented on the first issue of the batch https://github.com/apache/netbeans/issues/7840#issuecomment-2400879923
javac is likely inserting "value =" as synthetic tree which causes trouble in the diff. ``` java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 24 at org.netbeans.modules.java.source.pretty.CharBuffer.append0(CharBuffer.java:110) at org.netbeans.modules.java.source.pretty.CharBuffer.append(CharBuffer.java:128) at...
might need this kind of layer registration for the other languages: https://github.com/apache/netbeans/blob/8e2bc77e581e04ab1b52575b16d61fc3ff95bcfe/java/java.source.base/src/org/netbeans/modules/java/source/base/layer.xml#L57-L64
added to test project https://github.com/mbien/nb-reprorepo/commit/54003b76bc25116e2f563940836709f02d125b19
NB 28 is branched and in the release phase, a change like this would be for NB 29 and there is no hurry for that. I did see this PR,...
@lahodaj could you check if this update is ok? I believe that currently some classes may be loaded using the wrong CL since the list misses some packages.
> And a somewhat tangential question - should we show Favorites rather than Services in the default window setup? Yep, as mentioned somewhere else I think we should open it...