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



##########
File path: 
php/php.refactoring/src/org/netbeans/modules/refactoring/php/findusages/PhpWhereUsedQueryPlugin.java
##########
@@ -63,6 +64,10 @@ public Problem prepare(final RefactoringElementsBag 
elementsBag) {
                 if (fileObject == null) {
                     continue;
                 }
+                if (cancelled) {
+                    cancelled = false;

Review comment:
       If state is left, then it is impossible to repeat action by clicking 
green arrows in Usages window.




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