[
https://issues.apache.org/jira/browse/NETBEANS-2621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brad Walker closed NETBEANS-2621.
---------------------------------
Resolution: Fixed
Assignee: Brad Walker
Fix Version/s: 11.2
11.1
fixed as part of this merge..
https://github.com/apache/netbeans/commit/fb016919734b98643341c01c5f720d205e48ecff
> cleanup generic class iterator
> ------------------------------
>
> Key: NETBEANS-2621
> URL: https://issues.apache.org/jira/browse/NETBEANS-2621
> Project: NetBeans
> Issue Type: Improvement
> Reporter: Brad Walker
> Assignee: Brad Walker
> Priority: Major
> Labels: pull-request-available
> Fix For: 11.1, 11.2
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> I'm trying to reduce the amount of build warning messages..
> I've been cleaning up the following warning in several files.
>
> [repeat]
> /home/bwalker/netbeans-11.0/platform/core.startup/src/org/netbeans/core/startup/AutomaticDependencies.java:372:
> warning: [rawtypes] found raw type: Iterator
> [repeat] Iterator it = exclusions.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
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
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