eirikbakke commented on code in PR #9327:
URL: https://github.com/apache/netbeans/pull/9327#discussion_r3068242590
##########
ide/jumpto/src/org/netbeans/modules/jumpto/symbol/ContentProviderImpl.java:
##########
@@ -391,8 +391,6 @@ public void run() {
if (done || resultChanged) {
lastSize = newSize[0];
lastProvCount = newProvCount;
- model.remove(toRemove);
- model.add(toAdd);
Review Comment:
Hmm, and the old code explicitly does the remove and add _before_ checking
isCanceled. Maybe it's best to leave this code alone unless an actual bug shows
up.
--
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