java-oo icon indicating copy to clipboard operation
java-oo copied to clipboard

Netbeans 7.4+ support

Open amelentev opened this issue 11 years ago • 2 comments

Netbeans adds NBAttr, NBResolve which extends Attr, Resolve javac modules. So we need to extend NBAttr & NBResolve. But we can't because they are in different java package and we need to override package-private methods.

The only way I see is to modify o.n.lib.nbjavac or .libs.javacimpl netbeans modules.

amelentev avatar Feb 03 '14 17:02 amelentev

Great project! I've enjoyed using lombok, and love seeing in what other directions we can extend Java. I think eventually operator overloading will make into Java, and I would love to start trying it out.

Unfortunately, I use Netbeans 8.1 and it looks like it still isn't supported :(. I'm able to have the code compile to see that operator overloading works in principle. Fantastic!

almson avatar Jul 13 '15 03:07 almson

Hi,

great project!

Any news on this? :)

elect86 avatar Sep 25 '16 11:09 elect86