Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-3449

remove warning related to use of EMPTY_SET

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 11.3
    • None

    Description

      There are places where the following warning pops up..

         [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
      

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

      Attachments

        Issue Links

          Activity

            People

              brad.walker Brad Walker
              brad.walker Brad Walker
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m