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

Summary: performance - eager bundle loading on startup
Product: java Reporter: anovak <anovak>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED INVALID    
Severity: normal Keywords: PERFORMANCE
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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