amelentev / java-oo

Java Operator Overloading
http://amelentev.github.io/java-oo/
267 stars 31 forks source link

Netbeans 7.4+ support #15

Open amelentev opened 10 years ago

amelentev commented 10 years ago

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.

almson commented 9 years ago

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!

elect86 commented 7 years ago

Hi,

great project!

Any news on this? :)