Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0.2Release
-
Fix Version/s: None
-
Component/s: Compiler Integration
-
Environment:Mac OS 10.6.4
Groovy-Eclipse Feature 2.0.2.20100706-2000-e35 org.codehaus.groovy.eclipse.feature.feature.group
Spock 0.4-groovy-1.7
-
Number of attachments :
Description
When the Spock AST transform encounters an unexpected exception, it issues a groovyc compile error as follows:
sourceUnit.getErrorCollector().addErrorAndContinue(new SimpleMessage("multi \n line \n message", sourceUnit));
However, only the first line of this message shows up in the Problems view, and nothing shows up in the Error Log. I would at least expect the Error Log to contain the full message.