NetBeans 9+ frequently corrupting target .class files in large Maven projects

2018-11-21 Thread Jeffrey Morlan
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

Re: nb-javac AssertionError compiling valid code

2018-10-03 Thread Jeffrey Morlan
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 >

nb-javac AssertionError compiling valid code

2018-06-13 Thread Jeffrey Morlan
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

Indexing API change causing existing plugin to severely degrade performance

2018-06-05 Thread Jeffrey Morlan
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