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/09/26 01:03:35 UTC

[GitHub] [netbeans] aleferri opened a new pull request #3192: Better implementation of PSR-4 Namespace rules

aleferri opened a new pull request #3192:
URL: https://github.com/apache/netbeans/pull/3192


   Consider src to be the base directory and the non-matching subnamespaces after src is encountered as the namespace prefix.
   Implementation is rough, for it to be correct, i would need to add a configuration in the project to set the namespace prefix, fetch configured namespace prefix from the project in this Checker and remove the appropriate leading part of the namespace. I don't know how to do 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.

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


[GitHub] [netbeans] junichi11 commented on pull request #3192: Better implementation of PSR-4 Namespace rules

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


   Can you submit it to the JIRA and add an example project there?


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


[GitHub] [netbeans] aleferri commented on pull request #3192: Better implementation of PSR-4 Namespace rules

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


   Did create the issue as improvements
   https://issues.apache.org/jira/browse/NETBEANS-6180


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


[GitHub] [netbeans] junichi11 edited a comment on pull request #3192: Better implementation of PSR-4 Namespace rules

Posted by GitBox <gi...@apache.org>.
junichi11 edited a comment on pull request #3192:
URL: https://github.com/apache/netbeans/pull/3192#issuecomment-946625997


   Can you submit it to the JIRA and attach an example project there?


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


[GitHub] [netbeans] junichi11 commented on pull request #3192: Better implementation of PSR-4 Namespace rules

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


   Maybe, improvement.


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


[GitHub] [netbeans] aleferri commented on pull request #3192: Better implementation of PSR-4 Namespace rules

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


   I registered in JIRA, should i open it as "bug" or "improved feature"?


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


[GitHub] [netbeans] junichi11 edited a comment on pull request #3192: Better implementation of PSR-4 Namespace rules

Posted by GitBox <gi...@apache.org>.
junichi11 edited a comment on pull request #3192:
URL: https://github.com/apache/netbeans/pull/3192#issuecomment-946625997


   Can you submit it to the JIRA and attach an example project there?
   See also: https://netbeans.apache.org/participate/submit-pr.html


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