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/12 16:29:00 UTC

[jira] [Created] (NETBEANS-3377) cleanup unchecked conversions

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