Brad Walker created NETBEANS-2621:
-------------------------------------
Summary: reduce # of build warnings msgs -
Key: NETBEANS-2621
URL: https://issues.apache.org/jira/browse/NETBEANS-2621
Project: NetBeans
Issue Type: Improvement
Reporter: Brad Walker
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