You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/05/16 17:40:44 UTC

[GitHub] [netbeans] BradWalker opened a new pull request #2958: [NETBEANS-5683] - remove last remaining HashSet raw type warnings..

BradWalker opened a new pull request #2958:
URL: https://github.com/apache/netbeans/pull/2958


   This change will remove the last remaining warnings about raw type HashSet.
   
      [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
   
   At this point, we have removed all warnings related to this.. Hooray!!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] BradWalker merged pull request #2958: [NETBEANS-5683] - remove last remaining HashSet raw type warnings..

Posted by GitBox <gi...@apache.org>.
BradWalker merged pull request #2958:
URL: https://github.com/apache/netbeans/pull/2958


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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