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/05/16 17:38:00 UTC

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

Brad Walker created NETBEANS-5683:
-------------------------------------

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


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