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 185777 - Bad HTMLTextArea performance
Summary: Bad HTMLTextArea performance
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2010-05-08 15:45 UTC by Jiri Sedlacek
Modified: 2010-05-10 09:17 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 Jiri Sedlacek 2010-05-08 15:45:01 UTC
The org.netbeans.lib.profiler.ui.components.HTMLTextArea invokes a lot of code and creates a lot of objects whenever setting its text. It would be nice to optimize it to only update its text when really needed.
Comment 1 Jiri Sedlacek 2010-05-08 15:49:01 UTC
The component now only updates the internal document if showing and the new text differs from the current one. Also optimized setForeground() which uses setText().

Fixed in profiler-main:

http://hg.netbeans.org/profiler-main/rev/810dc1ef968b
Comment 2 Quality Engineering 2010-05-10 09:17:16 UTC
Integrated into 'main-golden', will be available in build *201005100200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log: