You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/12/04 19:16:33 UTC

[GitHub] [netbeans] BradWalker opened a new pull request #1740: [NETBEANS-3542] - cleanup unchecked conversion warnings..

BradWalker opened a new pull request #1740: [NETBEANS-3542] - cleanup unchecked conversion warnings..
URL: https://github.com/apache/netbeans/pull/1740
 
 
   There are a LOT of the following warnings in the build..
   
      [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
   
   This change cleans up many of these.. But, it's not complete as there are so many of them..

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists