groovy

One compile error reported twice

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.6.4
  • Fix Version/s: 1.6.6, 1.7-rc-1
  • Component/s: Compiler
  • Labels:
    None
  • Number of attachments :
    0

Description

When I try to compile simple class with unresolved class groovyc reports two errors:

class NewGroovyClass {

    Test x

}
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed, NewGroovyClass.groovy: 3: unable to resolve class Test 
 @ line 3, column 5.
       Test x
       ^
NewGroovyClass.groovy: 3: unable to resolve class Test 
 @ line 3, column 5.
       Test x
       ^

2 errors

Activity

Hide
Roshan Dawrani added a comment -

Fixed.

Show
Roshan Dawrani added a comment - Fixed.
Hide
Paul King added a comment -

Cool! I was observing this too but never got time to investigate.

Show
Paul King added a comment - Cool! I was observing this too but never got time to investigate.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: