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 181595

Summary: 4s in DataLoader.getSwingActions() blocked by PropertiesDataObject.getBundleStructure()
Product: utilities Reporter: misterm <misterm>
Component: PropertiesAssignee: Jan Peska <JPESKA>
Status: RESOLVED WORKSFORME    
Severity: normal CC: anba, giperon, jarbi, misterm, tnleeuw
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 160183
Attachments: nps snapshot

Description misterm 2010-03-05 13:30:28 UTC
Build: NetBeans IDE Dev (Build 100304-72303d474653)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP

User Comments:
GUEST: Open a Test File with Maven project

GUEST: Starting the app.



Maximum slowness yet reported was 6406 ms, average is 4232
Comment 1 misterm 2010-03-05 13:30:33 UTC
Created attachment 94815 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2010-03-10 09:19:35 UTC
PropertiesDataObject.getBundleStructure() parses content of properties file as soon as someone asks for a OpenCookie(?). That is slightly too early, return the cookie asap and delay the parsing until the open(?) is really called.

I am not sure if it is really OpenCookie, but I guess it is.
Comment 3 Petr Cyhelsky 2012-11-07 16:46:09 UTC
latest report is from 7.1RC2 - doesn't seem to be a problem any more