Michael Bien

Results 416 comments of Michael Bien

looks like the CodeQL alerts are going to be reset (reported as new issues, while the old are removed) since the job is started from a different file. but the...

this would fix the issue I filed: #9

travis is reporting compiler errors in "Compile all modules and tests": ``` [nb-javac] /home/travis/build/apache/netbeans/enterprise/web.project/test/unit/src/org/netbeans/modules/web/project/WebProjectTest.java:114: error: cannot find symbol [nb-javac] JavaEEProjectSettings.setProfile(webProject, Profile.JAKARTA_EE_91_WEB); [nb-javac] ^ [nb-javac] symbol: variable JAKARTA_EE_91_WEB [nb-javac] location: class...

Hmm. It seems to leave out the module in the path on your first screenshot. When I tried to replicate it it did work as intended though. Are there any...

reminds me of #4363 `moduleNameFor()` might not return a module for the class in question and if it returns null it assumes its a non-modular javadoc.

hi @Richard7111 sure. Take a look at `platform/core.multitabs`. you could set a breakpoint here: https://github.com/apache/netbeans/blob/1a9b29d627a0f343837dc053b56e8de32d6ff689/platform/core.multitabs/src/org/netbeans/core/multitabs/impl/ButtonPopupSwitcher.java#L445-L456 Don't try to close editor tabs with unsaved changes since this can cause issues. how...

>JDK > >1.11.0 where did you find that version? :) trace taken from the log: ``` com.sun.tools.javac.processing.AnnotationProcessingError: java.lang.ExceptionInInitializerError at com.sun.tools.javac.processing.JavacProcessingEnvironment$ProcessorState.(JavacProcessingEnvironment.java:739) at com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors$ProcessorStateIterator.next(JavacProcessingEnvironment.java:819) at com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:913) at com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2300(JavacProcessingEnvironment.java:114) at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1256) at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1371)...

good that you could solve the issue. closing.

right click on project -> Open In Terminal isn't working for you?

adding the windows label since I never saw this before on linux. You sure this isn't related to line ending settings? What happens if you check the repo from outside...