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/11/25 20:22:00 UTC

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

Brad Walker created NETBEANS-3449:
-------------------------------------

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


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