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 224140 - org.netbeans.lib.editor.util.swing.DocumentUtilities.getText: LowPerformance took 4063 ms.
Summary: org.netbeans.lib.editor.util.swing.DocumentUtilities.getText: LowPerformance ...
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-12-21 16:41 UTC by Petr Jiricka
Modified: 2013-01-07 17:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190922


Attachments
nps snapshot (39.98 KB, application/nps)
2012-12-21 16:41 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2012-12-21 16:41:48 UTC
This issue was reported manually by pjiricka.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build web-main-9588-on-20121221)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Mac OS X

User Comments:
pjiricka: Find in files while project opening/scanning was in progress.



Maximum slowness yet reported was 4274 ms, average is 4168
Comment 1 Petr Jiricka 2012-12-21 16:41:50 UTC
Created attachment 129627 [details]
nps snapshot
Comment 2 Milutin Kristofic 2013-01-07 17:17:31 UTC
I checked both snapshots. In snapshot #642013 I don't see any slowdown. There is creating many sidebars, which involves class loading. The snapshot #601620 is initializing editor, which again involves class loading.