Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-5
-
Fix Version/s: 1.0-JSR-6
-
Component/s: groovy-jdk
-
Labels:None
-
Environment:Mustang b82
-
Number of attachments :
Description
class WholeNumber/* extends Number*/ {
WholeNumber() {
}
}
Caught: BUG! exception in phase 'conversion' in source unit 'src\WholeNumber.groovy' Error: duplicate class declaration for name: WholeNumber and class: org.codehaus.groovy.ast.ClassNode@9173ef[name: WholeNumber]
I am currently unable to reprodcue that problem. Could you try the cvs version and tell if it still happens there?