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 - 4s in DataLoader.getSwingActions() blocked by PropertiesDataObject.getBundleStructure()
Summary: 4s in DataLoader.getSwingActions() blocked by PropertiesDataObject.getBundleS...
Status: RESOLVED WORKSFORME
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-03-05 13:30 UTC by misterm
Modified: 2012-11-07 16:46 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160183


Attachments
nps snapshot (256.00 KB, application/nps)
2010-03-05 13:30 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
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