jlahoda opened a new pull request #341: [NETBEANS-228] Attributing content of anonymous classes whose superty? URL: https://github.com/apache/incubator-netbeans/pull/341 ?pe is erroneous. Consider code like: --- new Unknown() { public void run() { } }; --- Vanilla javac (i.e. not nb-javac) won't dive inside the anonymous class to attribute it, which then leads to various other problems, including the exception from the bugreport, and also features like code completion not working well inside such anonymous class. The attempt here is it attribute the inside of the anonymous class if it hasn't be attributed. nb-javac is doing something with a similar effect, but differently.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
