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 2021/07/16 13:43:00 UTC

[jira] [Resolved] (NETBEANS-5683) remove last remaining HashSet raw type warnings..

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

Brad Walker resolved NETBEANS-5683.
-----------------------------------
    Fix Version/s: 12.5
       Resolution: Fixed

fixed & merged

> remove last remaining HashSet raw type warnings..
> -------------------------------------------------
>
>                 Key: NETBEANS-5683
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5683
>             Project: NetBeans
>          Issue Type: Improvement
>            Reporter: Brad Walker
>            Assignee: Brad Walker
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 12.5
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This change will remove the last remaining warnings about raw type HashSet.
> {code:java}
>    [repeat] /home/bwalker/src/netbeans/platform/core.multiview/src/org/netbeans/core/multiview/MultiViewActionMap.java:124: warning: [rawtypes] found raw type: HashSet
>    [repeat]         Set keys = new HashSet();
>    [repeat]                        ^
>    [repeat]   missing type arguments for generic class HashSet<E>
>    [repeat]   where E is a type-variable:
>    [repeat]     E extends Object declared in class HashSet
> {code}
> At this point, we have removed all warnings related to this.. Hooray!!



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