java-oo
java-oo copied to clipboard
Netbeans 7.4+ support
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.
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!
Hi,
great project!
Any news on this? :)