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 2020/02/25 20:32:34 UTC

[GitHub] [netbeans] BradWalker opened a new pull request #1982: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..

BradWalker opened a new pull request #1982: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..
URL: https://github.com/apache/netbeans/pull/1982
 
 
   This code was previously reverted because it was checked in by accident during the release window..
   It's been re-based and tested.
   
   This change cleans up the following warning..
   
     [repeat] /home/bwalker/src/netbeans/webcommon/javascript2.model/src/org/netbeans/modules/javascript2/model/ModelVisitor.java:1454: warning: [rawt
   ypes] found raw type: ArrayList
     [repeat]             private List<VarNode> declaredVars = new ArrayList();
     [repeat]                                                      ^
     [repeat]   missing type arguments for generic class ArrayList<E>
     [repeat]   where E is a type-variable:
     [repeat]     E extends Object declared in class ArrayList

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


With regards,
Apache Git Services

---------------------------------------------------------------------
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] eirikbakke merged pull request #1982: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..

Posted by GitBox <gi...@apache.org>.
eirikbakke merged pull request #1982: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..
URL: https://github.com/apache/netbeans/pull/1982
 
 
   

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


With regards,
Apache Git Services

---------------------------------------------------------------------
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] eirikbakke commented on issue #1982: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..

Posted by GitBox <gi...@apache.org>.
eirikbakke commented on issue #1982: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..
URL: https://github.com/apache/netbeans/pull/1982#issuecomment-591535321
 
 
   Thank you--done!

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


With regards,
Apache Git Services

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