netbeansPython icon indicating copy to clipboard operation
netbeansPython copied to clipboard

ErrorAnnotator: Noticed slowness on large directories (but not on debug mode)

Open albilu opened this issue 2 years ago • 0 comments

Description Slowness noticed on large directories ex: with this repo https://github.com/timboudreau/netbeans-contrib with the Annotation Provider implementation (provides decoration: badges for Packages and Errors in files/folder)

The weird part is that there is no such behavior when in debug mode

Starting point: https://github.com/albilu/netbeansPython/blob/master/src/main/java/org/netbeans/modules/python/indexing/PythonErrorAnnotator.java#L36

albilu avatar Apr 05 '23 13:04 albilu