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/05/31 20:24:00 UTC

[jira] [Created] (NETBEANS-2621) reduce # of build warnings msgs -

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