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/11/29 14:17:49 UTC

[GitHub] [netbeans] KacerCZ commented on a change in pull request #2555: [NETBEANS-5052] Mark unused private constants

KacerCZ commented on a change in pull request #2555:
URL: https://github.com/apache/netbeans/pull/2555#discussion_r532215947



##########
File path: php/php.editor/src/org/netbeans/modules/php/editor/csl/SemanticAnalysis.java
##########
@@ -727,11 +742,17 @@ public void visit(ConstantDeclaration node) {
                 parentNode = path.get(1);
             }
             if (parentNode instanceof ClassDeclaration || parentNode instanceof InterfaceDeclaration
-                    || parentNode instanceof TraitDeclaration) {
+                    || parentNode instanceof TraitDeclaration || parentNode instanceof ClassInstanceCreation) {

Review comment:
       You are right - removed.




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