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 207550 - 3s - javax.swing.JEditorPane.setEditorKit()
Summary: 3s - javax.swing.JEditorPane.setEditorKit()
Status: RESOLVED DUPLICATE of bug 206181
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-01-20 07:27 UTC by williambacchi
Modified: 2012-06-11 09:40 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184593


Attachments
nps snapshot (68.03 KB, application/nps)
2012-01-20 07:27 UTC, williambacchi
Details
nps snapshot (80.75 KB, application/nps)
2012-05-28 13:14 UTC, Exceptions Reporter
Details
nps snapshot (91.93 KB, application/nps)
2012-05-31 09:53 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description williambacchi 2012-01-20 07:27:48 UTC
This bug was originally marked as duplicate of bug 196753, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201201180601)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP
Maximum slowness yet reported was 3062 ms, average is 3062
Comment 1 williambacchi 2012-01-20 07:27:52 UTC
Created attachment 115102 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-01-20 12:53:46 UTC
Can't you warm things up in EditorKit.call() outside of EDT?
Comment 3 Exceptions Reporter 2012-05-28 13:14:47 UTC
Created attachment 119938 [details]
nps snapshot
Comment 4 Alexander Simon 2012-05-31 09:53:51 UTC
Created attachment 120112 [details]
nps snapshot
Comment 5 Miloslav Metelka 2012-05-31 12:50:35 UTC
The OptionsPanel.save() saves changes into mimelookup.
Comment 6 Milutin Kristofic 2012-06-06 15:46:02 UTC
Only one report has slowness in OptionsPanel.save(). I created new report (Bug #213681), rest I am sending back. Thanks.
Comment 7 Miloslav Metelka 2012-06-08 08:34:53 UTC
585008:
org.netbeans.core.windows.actions.CloseAllButThisAction.actionPerformed()	100.0	3,046 ms (100%)	3,046 ms

583274:
org.netbeans.modules.editor.lib2.actions.EditorActionUtilities.getGlobalPreferences()	35.77186	2,971 ms (35.8%)	2,971 ms
Resolved by issue #197710.

581542:
org.netbeans.modules.editor.lib2.actions.EditorActionUtilities.getGlobalPreferences()	24.215103	1,036 ms (24.2%)	1,036 ms
Resolved by issue #197710.

565062:
org.netbeans.modules.options.OptionsPanel.save()	98.65851	3,139 ms (98.7%)	3,111 ms

560340:
org.netbeans.core.windows.actions.ActionUtils.closeAllDocuments()	100.0	3,013 ms (100%)	2,990 ms

557457:
org.netbeans.core.windows.persistence.ModuleChangeHandler$3.run()	100.0	2,875 ms (100%)	2,234 ms

Reassigning to window system for additional investigation.
Comment 8 Stanislav Aubrecht 2012-06-11 09:40:40 UTC

*** This bug has been marked as a duplicate of bug 206181 ***