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 225344 - org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept: LowPerformance took 9057 ms.
Summary: org.netbeans.modules.openide.filesystems.declmime.FileElement$Type.accept: Lo...
Status: RESOLVED DUPLICATE of bug 225346
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-01-25 12:32 UTC by Alexander Simon
Modified: 2013-01-29 11:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 197993


Attachments
nps snapshot (45.93 KB, application/nps)
2013-01-25 12:32 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2013-01-25 12:32:23 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20130125-2d0f223aaa13)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: SunOS
Maximum slowness yet reported was 9057 ms, average is 9057
Comment 1 Alexander Simon 2013-01-25 12:32:25 UTC
Created attachment 130642 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2013-01-29 11:07:29 UTC
org.openide.explorer.DefaultEMLookup.propertyChange()	

updates lookup results which leads to 

org.openide.loaders.FolderChildren$DelayedLkp.convert()	100.0	8,919 ms (100%)	8,919 ms	1

and

org.openide.loaders.DataObject.find()	100.0	8,919 ms (100%)	8,919 ms	1

Looks like duplicate of 225346.

*** This bug has been marked as a duplicate of bug 225346 ***