Brad Walker created NETBEANS-4002:
-------------------------------------

             Summary: clean Iterator raw types
                 Key: NETBEANS-4002
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4002
             Project: NetBeans
          Issue Type: Improvement
            Reporter: Brad Walker
            Assignee: Brad Walker


This bug implements changes that clean a whole lot of Iterator raw type warning 
messages from the compiler..

{code:java}
   [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
{code}

This change removes the majority of these warnings..





--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to