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 231439 - org.netbeans.spi.project.support.ant.SourcesHelper$SourcesImpl.getSourceGroups: LowPerformance took 26567 ms.
Summary: org.netbeans.spi.project.support.ant.SourcesHelper$SourcesImpl.getSourceGroup...
Status: RESOLVED WONTFIX
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-06-18 12:32 UTC by Exceptions Reporter
Modified: 2013-11-29 08:49 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199247


Attachments
nps snapshot (29.12 KB, application/nps)
2013-06-18 12:32 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-06-18 12:32:06 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows 7

User Comments:
GUEST: opening projects window



Maximum slowness yet reported was 39246 ms, average is 32906
Comment 1 Exceptions Reporter 2013-06-18 12:32:08 UTC
Created attachment 135964 [details]
nps snapshot
Comment 2 Milos Kleint 2013-11-29 07:43:40 UTC
versioning related?
Comment 3 Ondrej Vrabec 2013-11-29 08:49:31 UTC
I cannot do anything with this, we have to do this call in AWT and since SourcesHelper touches disk in getSourceGroups (FileObject loc = FileUtil.toFileObject(locF)) and the disk seems to be frozen for 16s, well there is nothing to do. Milosi, i guess you cannot eliminate the call to FS, can you?