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 215711 - 3.2s in org.openide.actions.OpenAction.performAction
Summary: 3.2s in org.openide.actions.OpenAction.performAction
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-07-19 06:20 UTC by Exceptions Reporter
Modified: 2012-10-19 09:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190857


Attachments
nps snapshot (53.62 KB, application/nps)
2012-07-19 06:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-07-19 06:20:39 UTC
This bug was originally marked as duplicate of bug 203998, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7
Maximum slowness yet reported was 3192 ms, average is 3192
Comment 1 Exceptions Reporter 2012-07-19 06:20:43 UTC
Created attachment 122180 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-08-07 14:09:50 UTC
org.openide.actions.OpenAction.performAction()	99.4094	3 096 ms (99,4%)	2 967 ms
Comment 3 Jaroslav Havlin 2012-09-14 11:12:41 UTC
Seem like an editor issue:
org.openide.text.CloneableEditorSupport.open() 99.4094 3,096ms (99.4%) 2,967ms

Call tree mostly ends in class loading or reading of preferences. I'm not sure whether this can be fixed.
Comment 4 David Strupl 2012-10-19 09:51:46 UTC
Not easily --> closing as wontfix.