rossluk commented on code in PR #5681:
URL: https://github.com/apache/netbeans/pull/5681#discussion_r1141784509


##########
php/php.editor/src/org/netbeans/modules/php/editor/model/ModelUtils.java:
##########
@@ -425,7 +438,7 @@ public static NamespaceScope getNamespaceScope(FileScope 
fileScope, int offset)
         NamespaceScope retval = fileScope.getDefaultDeclaredNamespace();
         Collection<? extends NamespaceScope> declaredNamespaces = 
fileScope.getDeclaredNamespaces();
         for (NamespaceScope namespaceScope : declaredNamespaces) {
-            OffsetRange blockRange = namespaceScope.getBlockRange();
+            OffsetRange blockRange = namespaceScope.getBlockRange();        

Review Comment:
   Done



##########
php/php.editor/src/org/netbeans/modules/php/editor/actions/ImportDataCreator.java:
##########
@@ -203,7 +219,7 @@ private boolean hasDefaultNamespaceName(final 
Collection<FullyQualifiedElement>
     }
 
     private interface PossibleItem {
-
+       

Review Comment:
   Done



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

Reply via email to