Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0-JSR-5
-
None
-
Groovy Version: 1.0-jsr-05 JVM: 1.4.2_05-b04
Description
By executing the code below
class Test {
static void main(args)
{ manualDir = new File("foo") }}
the following error occurs:
Caught: java.lang.IncompatibleClassChangeError
at Test.main(Test.groovy:5)
According to Mittie, this is a wrong error message.