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 219784 - 5628 ms in org.netbeans.shortcuts.Installer$ActionInstaller.handleFileType()
Summary: 5628 ms in org.netbeans.shortcuts.Installer$ActionInstaller.handleFileType()
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: marsaultj
URL:
Keywords: PERFORMANCE
: 220471 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-10-09 20:53 UTC by Exceptions Reporter
Modified: 2016-11-02 22:43 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193306


Attachments
nps snapshot (211.25 KB, application/nps)
2012-10-09 20:53 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-10-09 20:53:49 UTC
This bug was originally marked as duplicate of bug 216454, 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.3 Beta (Build 201210011125)
VM: Java HotSpot(TM) Client VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux
Maximum slowness yet reported was 5628 ms, average is 5628
Comment 1 Exceptions Reporter 2012-10-09 20:53:54 UTC
Created attachment 125652 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-10-29 10:27:58 UTC
One call to org.netbeans.shortcuts.Installer$ActionInstaller.handleFileType() leads to 160 calls to I/O, that should not be done from EDT.

Passing to editor, but I am not sure where the "shortcuts" module is coming from, it has strange package name...
Comment 3 marsaultj 2012-10-29 18:19:08 UTC
Sorry, I changed the package name to avoid confusion. 
I search for a solution to fix the slowness.
Comment 4 Svata Dedic 2012-11-06 12:19:34 UTC
*** Bug 220471 has been marked as a duplicate of this bug. ***