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/07 00:58:28 UTC

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

BradWalker opened a new pull request #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..
URL: https://github.com/apache/netbeans/pull/1932
 
 
   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: [rawtypes] 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 commented on issue #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..

Posted by GitBox <gi...@apache.org>.
eirikbakke commented on issue #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..
URL: https://github.com/apache/netbeans/pull/1932#issuecomment-589902283
 
 
   Oh, sorry--didn't realize merges here impacted the ongoing release. Feel free to revert.

----------------------------------------------------------------
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 #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..

Posted by GitBox <gi...@apache.org>.
eirikbakke commented on issue #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..
URL: https://github.com/apache/netbeans/pull/1932#issuecomment-589903214
 
 
   Oh, now I see that github has it's own "Revert" button here. I did it manually through the command-line client, so the revert won't show up on this PR. I'll have to reapply the patch at a later date.

----------------------------------------------------------------
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 #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..

Posted by GitBox <gi...@apache.org>.
eirikbakke commented on issue #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..
URL: https://github.com/apache/netbeans/pull/1932#issuecomment-589878182
 
 
   Removing build warnings is an "honorable cause"; thank you!

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

Posted by GitBox <gi...@apache.org>.
ebarboni commented on issue #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..
URL: https://github.com/apache/netbeans/pull/1932#issuecomment-589893948
 
 
   @eirikbakke can you please revert. 
   Would be nice to wait until vote is finished and a few mandatory commit are done then will I, will tell dev list that we can merge again.

----------------------------------------------------------------
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 #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..

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

----------------------------------------------------------------
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 #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..

Posted by GitBox <gi...@apache.org>.
eirikbakke commented on issue #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..
URL: https://github.com/apache/netbeans/pull/1932#issuecomment-589902319
 
 
   Or I can revert myself, hold on...

----------------------------------------------------------------
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 edited a comment on issue #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..

Posted by GitBox <gi...@apache.org>.
eirikbakke edited a comment on issue #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..
URL: https://github.com/apache/netbeans/pull/1932#issuecomment-589903214
 
 
   Oh, now I see that github has it's own "Revert" button here. I did it manually through the command-line client, so the revert won't show up on this PR. I'll have to remember to reapply this PR at a later date, after the release stuff is 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


[GitHub] [netbeans] eirikbakke commented on issue #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..

Posted by GitBox <gi...@apache.org>.
eirikbakke commented on issue #1932: [NETBEANS-3807] - cleanup ArrayList rawtype warnings..
URL: https://github.com/apache/netbeans/pull/1932#issuecomment-589903045
 
 
   Revert done. Sorry about that.

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