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 227059 - org.netbeans.modules.groovy.grailsproject.classpath.SourceRoots.addGrailsSourceRoots: LowPerformance took 177082 ms.
Summary: org.netbeans.modules.groovy.grailsproject.classpath.SourceRoots.addGrailsSour...
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Martin Janicek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2013-03-05 20:33 UTC by pfabier
Modified: 2013-03-07 01:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 199260


Attachments
nps snapshot (1.97 MB, application/nps)
2013-03-05 20:34 UTC, pfabier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pfabier 2013-03-05 20:33:32 UTC
Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 7

User Comments:
GUEST: Started NetBeans with 1 project



Maximum slowness yet reported was 177082 ms, average is 154988
Comment 1 pfabier 2013-03-05 20:34:04 UTC
Created attachment 132221 [details]
nps snapshot
Comment 2 Martin Janicek 2013-03-06 10:04:55 UTC
ProjectClassPathImplementation.getPath() method shouldn't call buildConfig.reload() under the lock
Comment 3 Martin Janicek 2013-03-06 12:52:06 UTC
Increasing to P2. Unresponsive IDE for about 3 minutes right after the start cannot be used. I'm working on the fix..
Comment 4 Martin Janicek 2013-03-06 13:03:20 UTC
Should be fixed in: web-main #d48bc1839991
Comment 5 Quality Engineering 2013-03-07 01:58:11 UTC
Integrated into 'main-golden', will be available in build *201303062300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d48bc1839991
User: Martin Janicek <mjanicek@netbeans.org>
Log: #227059 - org.netbeans.modules.groovy.grailsproject.classpath.SourceRoots.addGrailsSourceRoots: LowPerformance took 177082 ms.