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 8623 - performance - eager bundle loading on startup
Summary: performance - eager bundle loading on startup
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@java
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2000-11-29 10:29 UTC by anovak
Modified: 2001-06-20 08:27 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 anovak 2000-11-29 10:29:47 UTC
org.netbeans.modules.objectbrowser.ObjectBrowserSettings.<clinit>()
  org.netbeans.modules.objectbrowser.PackagesFilter.<init>() // can be done lazily?
    org.openide.util.NbBundle.getBundle()
Comment 1 Jan Chalupa 2001-03-12 12:06:00 UTC
Version: 'Dev' -> 3.2
Comment 2 Jan Chalupa 2001-05-06 14:19:49 UTC
Target milestone -> 3.3
Comment 3 _ ttran 2001-06-20 08:26:59 UTC
closed this one.  The bundle is loaded indirectly via init'ing PackageFilter. 
We can optimize it but currently the settings are deserialized during startup,
thus the field is init'ed anyway :-(  Bad luck