You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Brad Walker (Jira)" <ji...@apache.org> on 2021/05/15 16:33:00 UTC

[jira] [Created] (NETBEANS-5682) cleanup more of the raw type iterator warnings..

Brad Walker created NETBEANS-5682:
-------------------------------------

             Summary: cleanup more of the raw type iterator warnings..
                 Key: NETBEANS-5682
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5682
             Project: NetBeans
          Issue Type: Improvement
            Reporter: Brad Walker
            Assignee: Brad Walker


I've been away for a little while due to life.. But, the Netbeans Rust Remover is back.. 8-)

This issue cleans up more of the raw type iterator warnings..

{code:java}

   [repeat] /home/bwalker/src/netbeans/enterprise/web.freeform/src/org/netbeans/modules/web/freeform/ui/NewWebFreeformProjectWizardIterator.java:111: warning: [rawtypes] found raw type: Iterator
   [repeat]                         Iterator iter = webModules.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 message was sent by Atlassian Jira
(v8.3.4#803005)

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

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