This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.
because it wrongly calls StructHandler.reparseNow(). It slows down TODOs search process considerably.
Created attachment 12653 [details] Call stack
Confirmed. It seems that the problem is that reparsing is forced even if no change was made in the file being closed.
I noticed that TODO search no longer uses this method (it access the properties files directly). However, the code has been modified to invoke parsing only on modified files.