Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-3827

One compile error reported twice

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6.4
    • 1.6.6, 1.7-rc-1
    • Compiler
    • None

    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
      

      Attachments

        Activity

          People

            roshandawrani Roshan Dawrani
            phejl Petr Hejl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: