Brad Walker created NETBEANS-3377:
-------------------------------------

             Summary: cleanup unchecked conversions
                 Key: NETBEANS-3377
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3377
             Project: NetBeans
          Issue Type: Improvement
            Reporter: Brad Walker
            Assignee: Brad Walker


There are a lot of places in the code where unchecked conversions are taking 
place..


{code:java}
   [repeat] 
/home/bwalker/src/netbeans/profiler/profiler.heapwalker/src/org/netbeans/modules/profiler/heapwalk/OQLController.java:259:
 warning: [unchecked] unchecked conversion
   [repeat]             Set<Map.Entry> entries = ((Map)o).entrySet();
   [repeat]                                                       ^
   [repeat]   required: Set<Entry>
   [repeat]   found:    Set
{code}

Cleanup these warning messages..



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