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 - 4.8s - creating CacheFolder in EDT
Summary: 4.8s - creating CacheFolder in EDT
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-11-19 14:47 UTC by Exceptions Reporter
Modified: 2012-12-14 02:41 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195372


Attachments
nps snapshot (13.17 KB, application/nps)
2012-11-19 14:47 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-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