priyanahata commented on issue #9354: URL: https://github.com/apache/netbeans/issues/9354#issuecomment-4310325068
All new to me.... But if i had to guess..... i bet you than other than the two fixes on CasualDiff and VeryPretty your stash probably has a make.Record() method in TreeFactory / TreeMaker identical to the make.Class() but without the extends clause parameter. make.Class(ct.getModifiers(), ct.getSimpleName(), ct.getTypeParameters(), **null**, (List<ExpressionTree>) (List<?>) ct.getImplementsClause(), (List<ExpressionTree>) (List<?>) ct.getPermitsClause(), members); -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
