tmysik commented on code in PR #5681:
URL: https://github.com/apache/netbeans/pull/5681#discussion_r1143855441
##########
php/php.editor/src/org/netbeans/modules/php/editor/actions/FixUsesPerformer.java:
##########
@@ -570,7 +614,7 @@ public void visit(DeclareStatement node) {
if (CancelSupport.getDefault().isCancelled()) {
return;
}
- declareStatements.add(node);
Review Comment:
As @junichi11 wrote, please, avoid changes in unrelated files and lines. The
reason is that the Git history is then more difficult to read/follow, thanks. I
think that the IDE can be configured to format/change only the changed lines
(see IDE Options dialog).
--
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