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 2020/03/21 19:53:00 UTC

[jira] [Closed] (NETBEANS-4002) clean Iterator raw types

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

Brad Walker closed NETBEANS-4002.
---------------------------------
    Fix Version/s: 12.0
       Resolution: Fixed

fixed & merged..

> 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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 12.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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-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