Hi,
There's a bug in NetBeans 9 and 10 that I think deserves some attention:
https://issues.apache.org/jira/browse/NETBEANS-531
Between 8.2 and 9, the Maven project plugin changed such that the
compilation classpath now includes the current project's own compiled
classes.
With the "SuperOnePassC
hat is really great. Yes, those knowledgeable in this area should
> definitely take a look.
>
> Gj
>
>
>
> On Wed, Jun 13, 2018 at 11:19 PM, Jeffrey Morlan
> wrote:
>
> > Hi,
> >
> > The current nb-javac fails with an AssertionError when compiling an
>
Hi,
The current nb-javac fails with an AssertionError when compiling an
expression like "a.new B(){}".
This is pretty annoying since it'll happen every time a file with this
construct is saved, and afaik there's no alternate syntax that can be used
to avoid the problem.
As is, nb-javac can't eve
Hi,
I'm the author of the "nbts" TypeScript Editor plugin (
http://plugins.netbeans.org/plugin/60605/typescript-editor,
https://github.com/Everlaw/nbts).
When I tested it in NetBeans 9.0 RC1, I saw major performance problems with
saving files, due to the change made to indexing in
https://netbean