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

Summary: Scanning Groovy Projects Extremely Slow
Product: groovy Reporter: waynezhang <waynezhang>
Component: CodeAssignee: Petr Hejl <phejl>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mmirilovic, pjiricka
Priority: P2 Keywords: PERFORMANCE
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Profiling data

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 ***