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/25 21:20:38 UTC

[GitHub] [netbeans] BradWalker opened a new pull request #2608: [NETBEANS-5185] - cleanup imports in the Enterprise Web.Monitor module

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


   In cleaning up Vector raw types, I noticed a bunch of imports in the
   Enterprise Web.Monitor module that could use some cleanup.
   
   It's bad form to use the "*" when importing. It's pulls in every class in the import.
   
   In addition, it can make modularization brought in from Project Jigsaw.


----------------------------------------------------------------
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 #2608: [NETBEANS-5185] - cleanup imports in the Enterprise Web.Monitor module

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


   


----------------------------------------------------------------
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 #2608: [NETBEANS-5185] - cleanup imports in the Enterprise Web.Monitor module

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


   Thank you, looks sane.


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