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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to