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 232590 - org.netbeans.modules.properties.PropertiesParser.createReader: LowPerformance took 24406 ms.
Summary: org.netbeans.modules.properties.PropertiesParser.createReader: LowPerformance...
Status: RESOLVED WONTFIX
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-07-12 06:57 UTC by Exceptions Reporter
Modified: 2013-08-22 09:23 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194732


Attachments
nps snapshot (90.66 KB, application/nps)
2013-07-12 06:57 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-07-12 06:57:40 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
mgoe: Opened "Resource Bundles" tab in branding dialog.

GUEST: Netbeans load slow 
memory used for netbeans is very big



Maximum slowness yet reported was 24406 ms, average is 11890
Comment 1 Exceptions Reporter 2013-07-12 06:57:43 UTC
Created attachment 137031 [details]
nps snapshot
Comment 2 Jan Peska 2013-08-22 09:23:39 UTC
According to the snapshots PropertiesParser.createReader takes quite small amount of time comparing to the overall time (e.g. 1 sec out of 15). Significant amount of time is spend in several class-loading and other parts of the GandalfPersitanceManager. Unfortunately it seems there is nothing I can do to fix it -> WONTFIX