BradWalker opened a new pull request #2016: [NETBEANS-4002] - clean Iterator raw types URL: https://github.com/apache/netbeans/pull/2016 This change removes the majority of these warnings.. This bug implements changes that clean a whole lot of Iterator raw type warning messages from the compiler.. [repeat] /home/bwalker/src/netbeans/java/xml.tools.java/src/org/netbeans/modules/xml/tools/java/generator/ElementBindings.java:156: warning: [rawtypes] found raw type: Iterator [repeat] Iterator it = values().iterator(); [repeat] ^ [repeat] missing type arguments for generic class Iterator<E> [repeat] where E is a type-variable: [repeat] E extends Object declared in interface Iterator This change removes the majority of these warnings..
---------------------------------------------------------------- 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
