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 2019/10/18 21:36:00 UTC

[jira] [Closed] (NETBEANS-3075) reduce number of warning w/ raw type iterator

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

Brad Walker closed NETBEANS-3075.
---------------------------------
      Assignee: Brad Walker
    Resolution: Fixed

fixed by https://github.com/apache/netbeans/commit/0580490be48a9a2ec6279218fd0e39561affdab8

> reduce  number of warning w/ raw type iterator
> ----------------------------------------------
>
>                 Key: NETBEANS-3075
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3075
>             Project: NetBeans
>          Issue Type: Improvement
>            Reporter: Brad Walker
>            Assignee: Brad Walker
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> I've worked to try and reduce the number of warnings dealing with iterator raw types..
>  
> {code:java}
>  [repeat] /home/bwalker/netbeans/enterprise/websvc.manager/src/org/netbeans/modules/websvc/manager/model/WebServiceGroup.java:124: warning: [rawtypes] found raw type: Iterator
>  [repeat] Iterator iter = listeners.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