vieiro commented on issue #364: [NETBEANS-252] Fix CG adding methods to enum constant bodies URL: https://github.com/apache/incubator-netbeans/pull/364#issuecomment-357492325 Hi again, Also please try to keep type information visible as much as possible. So for instance this: `fieldGroup = new ArrayList<JCVariableDecl>();` is much more readable than `fieldGroup = new ArrayList<>();` As it clearly states the type of the collection and avoids future reviewers to look up the type of "fieldGroup". There's no harm in keeping type information explicit.
---------------------------------------------------------------- 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
