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/12/28 02:55:04 UTC

[GitHub] [netbeans] BradWalker opened a new pull request #2611: [NETBEANS-5187] - cleanup Vector raw type warnings..

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


   Cleanup a bunch of the follow raw type warnings related to the use of Vector..
   
      [repeat] /home/bwalker/src/netbeans/enterprise/payara.eecommon/build/classes-generated/org/netbeans/modules/payara/eecommon/dd/impl/web/model_4/SessionConfig.java:22: warning: [rawtypes] found raw type: Vector
      [repeat] 	static Vector comparators = new Vector();
      [repeat] 	                                ^
      [repeat]   missing type arguments for generic class Vector<E>
      [repeat]   where E is a type-variable:
      [repeat]     E extends Object declared in class Vector
   
   This check-in cleans up a lot of these..


----------------------------------------------------------------
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] matthiasblaesing commented on pull request #2611: [NETBEANS-5187] - cleanup Vector raw type warnings..

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on pull request #2611:
URL: https://github.com/apache/netbeans/pull/2611#issuecomment-751840795


   Looks sane to me and Travis is indeed happy :-) 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



---------------------------------------------------------------------
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 commented on pull request #2611: [NETBEANS-5187] - cleanup Vector raw type warnings..

Posted by GitBox <gi...@apache.org>.
BradWalker commented on pull request #2611:
URL: https://github.com/apache/netbeans/pull/2611#issuecomment-751788117


   > Travis is (rightly) not happy: https://travis-ci.org/github/apache/netbeans/jobs/751753285#L9870-L9873
   
   Hey @matthiasblaesing, I know this might sound dumb. But, this failure is not related to my changes, correct? I've look at it and doesn't seem related. Especially considering everything else did pass..


----------------------------------------------------------------
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] matthiasblaesing commented on pull request #2611: [NETBEANS-5187] - cleanup Vector raw type warnings..

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on pull request #2611:
URL: https://github.com/apache/netbeans/pull/2611#issuecomment-751716198


   Travis is (rightly) not happy: https://travis-ci.org/github/apache/netbeans/jobs/751753285#L9870-L9873


----------------------------------------------------------------
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] matthiasblaesing merged pull request #2611: [NETBEANS-5187] - cleanup Vector raw type warnings..

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


   


----------------------------------------------------------------
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 removed a comment on pull request #2611: [NETBEANS-5187] - cleanup Vector raw type warnings..

Posted by GitBox <gi...@apache.org>.
BradWalker removed a comment on pull request #2611:
URL: https://github.com/apache/netbeans/pull/2611#issuecomment-751788117


   > Travis is (rightly) not happy: https://travis-ci.org/github/apache/netbeans/jobs/751753285#L9870-L9873
   
   Hey @matthiasblaesing, I know this might sound dumb. But, this failure is not related to my changes, correct? I've look at it and doesn't seem related. Especially considering everything else did pass..


----------------------------------------------------------------
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 commented on pull request #2611: [NETBEANS-5187] - cleanup Vector raw type warnings..

Posted by GitBox <gi...@apache.org>.
BradWalker commented on pull request #2611:
URL: https://github.com/apache/netbeans/pull/2611#issuecomment-751860188


   > Looks sane to me and Travis is indeed happy :-) Thank you.
   
   As usual, this stuff might be dull & boring. So, thanks to @matthiasblaesing  and @mklaehn for the help with the code review!


----------------------------------------------------------------
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 commented on pull request #2611: [NETBEANS-5187] - cleanup Vector raw type warnings..

Posted by GitBox <gi...@apache.org>.
BradWalker commented on pull request #2611:
URL: https://github.com/apache/netbeans/pull/2611#issuecomment-751826574


   > Travis is (rightly) not happy: https://travis-ci.org/github/apache/netbeans/jobs/751753285#L9870-L9873
   
   Hey @matthiasblaesing and @mklaehn , it's fixed now.. I only ever test with JDK 8. Since it's my bare minimum.. Good thing we have testing done upon checkins..


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