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 219188 - Fix imports in Grails project doesnt work correctly
Summary: Fix imports in Grails project doesnt work correctly
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 14:43 UTC by cbourque
Modified: 2014-01-07 14:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (77.17 KB, text/plain)
2012-09-28 14:43 UTC, cbourque
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cbourque 2012-09-28 14:43:12 UTC
Product Version = NetBeans IDE 7.2 (Build 201207171143)
Operating System = Linux version 3.4.6-2.10-desktop running on amd64
Java; VM; Vendor = 1.6.0_35
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.10-b01
Comment 1 cbourque 2012-09-28 14:43:17 UTC
Created attachment 125071 [details]
IDE log
Comment 2 cbourque 2012-09-28 14:52:58 UTC
Steps to reproduce:

- install Groovy and Grails plugin
- create new Grails project
- install Grails "vaadin" plugin
- create new Groovy class "Test" under "Vaadin":

class Test extends VerticalLayout
{
}

NetBeans is unable to fix imports and resolve classes correctly (red badge) and of course code completion doesn't work...
Comment 3 Martin Janicek 2014-01-07 14:13:17 UTC
Fixed by change-set: web-main #48b514231529

Thank you for reporting