[ 
https://issues.apache.org/jira/browse/NETBEANS-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brad Walker closed NETBEANS-3377.
---------------------------------
    Fix Version/s: 11.3
       Resolution: Fixed

fixed & merged..

> 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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 11.3
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to