You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/25 20:24:02 UTC

[jira] [Updated] (NETBEANS-3449) remove warning related to use of EMPTY_SET

     [ https://issues.apache.org/jira/browse/NETBEANS-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated NETBEANS-3449:
-------------------------------------
    Labels: pull-request-available  (was: )

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