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/07/16 02:49:00 UTC

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

     [ https://issues.apache.org/jira/browse/NETBEANS-5682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brad Walker resolved NETBEANS-5682.
-----------------------------------
    Fix Version/s: 12.5
       Resolution: Fixed

fixed and integrated..

> 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: 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