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 222398

Summary: 4.8s - creating CacheFolder in EDT
Product: editor Reporter: Exceptions Reporter <exceptions_reporter>
Component: Parsing & IndexingAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: aldobrucale, fedetxf, hendrikvanantwerpen, rburkhead, zeloras
Priority: P3 Keywords: PERFORMANCE
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195372
Attachments: nps snapshot

Description Exceptions Reporter 2012-11-19 14:47:16 UTC
This bug was originally marked as duplicate of bug 207009, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201211190002)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux
Maximum slowness yet reported was 4883 ms, average is 4883
Comment 1 Exceptions Reporter 2012-11-19 14:47:18 UTC
Created attachment 128064 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2012-12-06 09:44:15 UTC
The call goes via
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.handleDocumentModification()
probably this method should schedule some off-EDT job to create its cache folder.
Comment 3 Tomas Zezula 2012-12-13 17:12:42 UTC
Fixed jet-main ff123a79c8d1
Comment 4 Quality Engineering 2012-12-14 02:41:16 UTC
Integrated into 'main-golden', will be available in build *201212140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ff123a79c8d1
User: Tomas Zezula <tzezula@netbeans.org>
Log: #222398:4.8s - creating CacheFolder in EDT