mbien commented on code in PR #9304:
URL: https://github.com/apache/netbeans/pull/9304#discussion_r3066897359
##########
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:
i believe this modification has the exact same amount of `isEntryIgnored()`
calls like before, no?
if `nWorking` == `TREE` -> 1 call in both cases and if its not a tree -> 0
calls in both cases.
I reverted this section and left the supplier modification and got similar
results (ran the action 5 times each)
reverted:
`2184, 1942, 1870, 1820, 1821`
PR:
`2196, 1873, 1864, 1865, 1787`
--
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