[
https://issues.apache.org/jira/browse/NETBEANS-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brad Walker closed NETBEANS-3542.
---------------------------------
Fix Version/s: 11.3
Resolution: Fixed
fixed & merged..
> cleanup unchecked conversion warnings..
> ---------------------------------------
>
> Key: NETBEANS-3542
> URL: https://issues.apache.org/jira/browse/NETBEANS-3542
> Project: NetBeans
> Issue Type: Improvement
> Reporter: Brad Walker
> Priority: Major
> Labels: pull-request-available
> Fix For: 11.3
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> 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: [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