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 197646 - Scanning Groovy Projects Extremely Slow
Summary: Scanning Groovy Projects Extremely Slow
Status: RESOLVED DUPLICATE of bug 180230
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P2 normal with 1 vote (vote)
Assignee: Petr Hejl
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-04-12 08:00 UTC by waynezhang
Modified: 2011-05-23 11:59 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Profiling data (307.54 KB, application/octet-stream)
2011-04-12 08:23 UTC, waynezhang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description waynezhang 2011-04-12 08:00:16 UTC
When open a Grails project, it is extremely slow when scanning the project. It takes more than 10 minutes in most cases. It seems the most time consuming part is scanning the source folder (grails-app and src)
Comment 1 waynezhang 2011-04-12 08:23:04 UTC
Created attachment 107665 [details]
Profiling data

CPU Profiling when scanning projects
Comment 2 Jaroslav Tulach 2011-04-12 08:53:30 UTC
59 invocations of org.codehaus.groovy.grails.plugins.GrailsPluginUtils.newPluginBuildSettings()
takes 124s.
Comment 3 Petr Hejl 2011-05-23 11:59:22 UTC
Manifestation of #180230

*** This bug has been marked as a duplicate of bug 180230 ***