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 152494 - low performance of BaseParserErrorFilter
Summary: low performance of BaseParserErrorFilter
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 152213
  Show dependency tree
 
Reported: 2008-11-06 09:03 UTC by Alexander Simon
Modified: 2009-02-19 20:30 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 Alexander Simon 2008-11-06 09:03:17 UTC
Class BaseParserErrorFilter accesses file text for each error.
It a waste of time.
On huge file method toErrorInfo() consume more then 50% of time on getting text.
See related IZ#152213.
Comment 1 Alexander Simon 2008-12-26 15:22:46 UTC
fixed, change set:
http://hg.netbeans.org/main/rev/59f0d087122f
Comment 2 Quality Engineering 2008-12-27 04:52:58 UTC
Integrated into 'main-golden', will be available in build *200812270201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/59f0d087122f
User: alexvsimon@netbeans.org
Log: fixed: IZ#152494:low performance of BaseParserErrorFilter