jlahoda opened a new pull request #1238: [NETBEANS-1937]: extends/implements 
for anonymous classes must be rec…
URL: https://github.com/apache/netbeans/pull/1238
 
 
   …ognized as synthetic, even without nb-javac.
   
   Otherwise, while walking through the AST, the code may visit the supertype 
twice (once as the "identifier" of the NewClassTree, and once as 
getExtendsClause/getImplementsClause for the embedded ClassTree), which leads 
to errors like:
   https://issues.apache.org/jira/browse/NETBEANS-1937
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to