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.

Bug 199491 - Show TODOs' performance might be improved
Summary: Show TODOs' performance might be improved
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-17 08:34 UTC by Jan Lahoda
Modified: 2013-09-02 14:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2011-06-17 08:34:13 UTC
Having showtodos 2.8.0.1 installed, I experienced noticeable lags while editing ~3000 line file. A snapshot shows that out of ~3600ms total spent in AWT, ~1000ms are spent in 38 invocations of HighlightTodos.getHighlights(). Improving performance of the todo highlighting could therefore considerable improve overall performance.