[
https://issues.apache.org/jira/browse/NETBEANS-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brad Walker closed NETBEANS-5682.
---------------------------------
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 12.5
>
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> 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: [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