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 237410 - org.netbeans.modules.openide.filesystems.declmime.FileElement$Type$FilePattern.match: LowPerformance took 42435 ms.
Summary: org.netbeans.modules.openide.filesystems.declmime.FileElement$Type$FilePatter...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-10-21 10:29 UTC by Exceptions Reporter
Modified: 2015-03-27 20:47 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204759


Attachments
nps snapshot (154.17 KB, application/nps)
2013-10-21 10:29 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-10-21 10:29:32 UTC
This bug was originally marked as duplicate of bug 220246, 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 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.51-b01-457, Java(TM) SE Runtime Environment, 1.6.0_51-b11-457-11M4509
OS: Mac OS X

User Comments:
GUEST: I was just creating a new javascript file



Maximum slowness yet reported was 42435 ms, average is 42435
Comment 1 Exceptions Reporter 2013-10-21 10:29:35 UTC
Created attachment 141342 [details]
nps snapshot
Comment 2 Jaroslav Havlin 2013-10-21 11:49:01 UTC
The slowness originates in a third-party plugin:
com.github.mdolk.ng.netbeans.codecompletion.NgDocCache$UpdateCacheWhenJsFileChangedListener.fileDataCreated()	31,241 ms (96.4%)

Reassigning to plugin owner. Mårten, please evaluate it. Thank you.