[
https://issues.apache.org/jira/browse/NETBEANS-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brad Walker closed NETBEANS-3449.
---------------------------------
Fix Version/s: 11.3
Resolution: Fixed
fixed & merged..
> remove warning related to use of EMPTY_SET
> ------------------------------------------
>
> Key: NETBEANS-3449
> URL: https://issues.apache.org/jira/browse/NETBEANS-3449
> Project: NetBeans
> Issue Type: Improvement
> Reporter: Brad Walker
> Assignee: Brad Walker
> Priority: Major
> Labels: pull-request-available
> Fix For: 11.3
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> There are places where the following warning pops up..
> {code:java}
> [repeat]
> /home/bwalker/src/netbeans/ide/spi.debugger.ui/src/org/netbeans/modules/debugger/ui/views/debugging/DebuggingViewComponent.java:782:
> warning: [unchecked] unchecked conversion
> [repeat] deadlockedThreads =
> Collections.EMPTY_SET;
> [repeat] ^
> [repeat] required: Set<DVThread>
> [repeat] found: Set
> {code}
> This change removes all instances of this warning.. Usually it's difficult
> for me to remove a whole class of warnings.. This makes me happy..
--
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