Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.8.0.Release
-
Component/s: Compiler Integration
-
Labels:None
-
Environment:Mac OSX 10.5
JVM 1.5.0_16
-
Number of attachments :
Description
I donīt understand the behaviour of inner enums.
class Mother {
String name
Mother.Child child
enum Child{
Franz,
Ferdi,
Nand
}
}
Without a package are all things fine.
But when I use the package familie the groovy compiler have this problem:
unable to resolve class Mother.Child
@ line 5, column 2.
Mother.Child child
^
I am having a similar problem with version 1.7.5
I tried responding to your email. I tried send you some screen shots that would provide you the information that you requested but it got bounced saying you are over quota which I guess means your mail box is full. Any how, I am running version v1.7.5.xx-20100926-200-e36-RC1 of the groovy compile which was installed when I installed the Eclipse Groovy plugin from http://dist.springsource.org/milestone/GRECLIPSE/e3.6/ and which also installed the groovy-all-1.7.5.jar.