
Fix for JIRA 1752: Add arg types and return types to error messages
Also updated unit tests.
6 lines of code changed in:
Unit test for GROOVY-1695, testing (new|with)(Object|Data)(Input|Output)Stream.
0 lines of code changed in:
Added:
- No argument every()/any()
- Various withXXX and newXXX for DataOutput/DataInput/ObjectOutput/ObjectInput
135 lines of code changed in:
Add test for 1632, to make sure interfaces are compiled before the class they depend on.
33 lines of code changed in:
Fix handling of CLASSPATH variable: now works exactly
like --classpath command line argument. Also leave
STARTER_CLASSPATH as just groovy-starter.jar, and make
it always the first element in the classpath.
3 lines of code changed in:
More changes to make the plugin compatible with the latest RC1 snapshot.
7 lines of code changed in:
Changes to make it work with the current RC1 snapshot.
5 lines of code changed in:
Fix for 1559: MissingMethodException should report whether the missing method is static or not.
40 lines of code changed in:
Updated jar list to match that used by maven.
12 lines of code changed in:
Fix a bug for users with space in home path.
2 lines of code changed in:
Added LeftShiftTest
2 lines of code changed in:
Added test for File << String
11 lines of code changed in:
Only talks about test vs. test-new, which was relevant when we switched parsers, but is no longer.
0 lines of code changed in:
Changes "File << String" to call File.append(String)
3 lines of code changed in:
File << String now calls File.write(String)
55 lines of code changed in:
Changed calls to ClassNode.getName() to ClassNode.getType().getName()
6 lines of code changed in:
Fixes classpath problem on Cygwin
1 lines of code changed in:
Restores some accidently deleted tests
5 lines of code changed in:
Tests that exception is properly propagatged through a closure
78 lines of code changed in:
When expects one exception but gets another, now reports both.
8 lines of code changed in:
(5 more)