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/12/04 19:16:00 UTC

[jira] [Created] (NETBEANS-3542) cleanup unchecked conversion warnings..

Brad Walker created NETBEANS-3542:
-------------------------------------

             Summary: cleanup unchecked conversion warnings..
                 Key: NETBEANS-3542
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3542
             Project: NetBeans
          Issue Type: Improvement
            Reporter: Brad Walker


There are a LOT of the following warnings in the build..

{code:java}
   [repeat] /home/bwalker/src/netbeans/platform/openide.filesystems/src/org/netbeans/modules/openide/filesystems/declmime/MIMEResolverProcessor.java:190: warning: [unchecked] unchecked conversion
   [repeat]         Set<String> s = new TreeSet();
   [repeat]                         ^
   [repeat]   required: Set<String>
   [repeat]   found:    TreeSet
{code}

This change cleans up many of these.. But, it's not complete as there are so many of them..



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