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 157430 - OptionsPanel loaded on NetBeans startup
Summary: OptionsPanel loaded on NetBeans startup
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@editor
URL: http://wiki.netbeans.org/FitnessViaWh...
Keywords: PERFORMANCE, REGRESSION, TEST
Depends on:
Blocks:
 
Reported: 2009-01-26 11:01 UTC by Alexander Kouznetsov
Modified: 2009-02-19 20:45 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stacktraces (14.09 KB, text/plain)
2009-01-26 11:03 UTC, Alexander Kouznetsov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kouznetsov 2009-01-26 11:01:16 UTC
Performance test reports there is NetBeans startup regression which is caused by the loading of the following classes:

org.netbeans.modules.languages.dataobject.LanguagesEditorKit$EditorSettings
org.netbeans.modules.options.editor.FormattingOptionsPanelControllerClass2LayerFolder
org.netbeans.modules.options.indentation.FormattingSettingsFromNbPreferences
org.netbeans.spi.options.OptionsPanelController

Please don't load them. More information is available via the URL.

The comment from jtulach: "Bug for editor. Imho there is no reason to load OptionsPanel on startup."
Comment 1 Alexander Kouznetsov 2009-01-26 11:03:13 UTC
Created attachment 76231 [details]
Stacktraces
Comment 2 Vitezslav Stejskal 2009-02-04 14:50:22 UTC
I fixed FormattingOptionsPanelControllerClass2LayerFolder and OptionsPanelController; they are not loaded anymore. The
other two are editor settings storage filters that are loaded as soon as somebody touches editor settings, which happens
pretty much as soon as somebody touches MimeLookup. I added them to the whitelists.

http://hg.netbeans.org/jet-main/rev/df046f0b38de
Comment 3 Quality Engineering 2009-02-05 08:46:56 UTC
Integrated into 'main-golden', will be available in build *200902050256* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/df046f0b38de
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #157430: fixing whitlist violations