rossluk commented on code in PR #5681:
URL: https://github.com/apache/netbeans/pull/5681#discussion_r1143900771
##########
php/php.editor/src/org/netbeans/modules/php/editor/actions/UsedNamesCollector.java:
##########
@@ -143,10 +106,14 @@ private boolean existsUseForTypeName(final Collection<?
extends UseScope> declar
private static class NamespaceNameVisitor extends DefaultVisitor {
private final OffsetRange offsetRange;
- private final Map<String, List<UsedNamespaceName>> existingNames = new
HashMap<>();
+ private final NamespaceScope namespaceScope;
+ private NamespaceScope currentScope;
Review Comment:
Fixed.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists