nb-javac icon indicating copy to clipboard operation
nb-javac copied to clipboard

nb-javac is the Java compiler plugin used by the Apache NetBeans Java Editor

Results 10 nb-javac issues
Sort by recently updated
recently updated
newest added

The [nb-javac overview proposal](https://cwiki.apache.org/confluence/display/NETBEANS/Overview%3A+nb-javac) suggests to minimize differences between JDK's `javac` and `nb-javac` by automatically applying [advanced refactorings](https://netbeans.apache.org/jackpot/HintsFileFormat.html) and thus making sure the `javac` from recent JDK can run on...

On maven central, I only found something called 'dukescript' nb-javac but it contains nothing like the actual nb-javac which results from building this project oracle/nb-javac. For example, no com.sun.source.tree.Tree. Also,...

…ption It should be invoking String::stripLeading() instead of String::isBlank()

When developing with Netbeans, I sometimes need to install nb-javac offline, how do I install nb-javac?

There is still seen fake errors as seems be annotated by lombok. There is no issue with general gradle build in Apache Netbeans 12.5 dev, but editor is full of...

In context: nb-javac 2.0 even with switched off all hints except "Dependency Scanning" and even if it is scoped like "Open projects" or "Project Only". Takes possibly even minutes to...

Due to a typo, the `LICENSE.txt` file wasn't included in the final JAR files. Fixed in 722accd. The `README.md` has been updated to link to the `LICENSE.txt` and clarify the...

Could you please be so kind and even go throw all such issues below and all linked ones from such issues? https://issues.apache.org/jira/browse/NETBEANS-5292 https://issues.apache.org/jira/browse/NETBEANS-5475 Additionally I recommend to look at additionally...

https://github.com/oracle/nb-javac/blob/05013111b936ec00408d2ab4b2d77c4cd9908e2f/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java#L914 In context: Apache NetBeans IDE 12.2 with here in fix for "permits" error Gradle 6.4.1 java.lang.NullPointerException at com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:914) at com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2500(JavacProcessingEnvironment.java:113) at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1298) at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380) at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1350) at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1240) at...

In context: Apache NetBeans IDE 12.2 with here in fix for "permits" error Gradle 6.4.1 java.lang.AssertionError at com.sun.tools.javac.util.Assert.error(Assert.java:155) at com.sun.tools.javac.util.Assert.check(Assert.java:46) at com.sun.tools.javac.util.Bits.incl(Bits.java:200) at com.sun.tools.javac.comp.Flow$AssignAnalyzer.initParam(Flow.java:2198) at com.sun.tools.javac.comp.Flow$AssignAnalyzer.visitMethodDef(Flow.java:2122) at com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:908) at com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)...