mbien commented on code in PR #9304:
URL: https://github.com/apache/netbeans/pull/9304#discussion_r3067784118
##########
ide/libs.git/src/org/netbeans/libs/git/jgit/commands/StatusCommand.java:
##########
@@ -200,7 +208,6 @@ protected void run () throws GitException {
} else {
continue;
}
- }
Review Comment:
> AI suggested this optimization and it looked OK to me, but now I see that
it only shuffled the order of execution and didn't optimize anything.
thanks for reverting. I suspected some form of LLM involvement when I saw
that.
will merge later once CI is green so that this is getting in for NB 30
--
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