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

thisObject not available in closure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 1.0-RC-1
    • 1.0
    • None
    • None
    • mac-intel java 5
    • Patch

    Description

      groovy.lang.MissingPropertyException: No such property: thisObject for class: test.groovy.ClosureTest
      at groovy.lang.MetaClassImpl.getPropertyOrField(MetaClassImpl.java:1231)
      at groovy.lang.MetaClassImpl.getProperty(MetaClassImpl.java:802)
      at groovy.lang.MetaClassImpl.getProperty(MetaClassImpl.java:1954)
      at gjdk.groovy.lang.MetaClassImpl_GroovyReflector.invoke(Unknown Source)
      at groovy.lang.MetaMethod.invoke(MetaMethod.java:115)
      at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:713)
      at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:561)
      at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:460)
      at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:119)
      at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:111)
      at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187)
      at test.groovy.ClosureTest.getProperty(ClosureTest.groovy)
      at org.codehaus.groovy.runtime.Invoker.getProperty(Invoker.java:189)
      at org.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:205)
      at groovy.lang.Closure.getProperty(Closure.java:129)
      at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.getGroovyObjectProperty(ScriptBytecodeAdapter.java:560)
      at test.groovy.ClosureTest$_testThisObjectNotAvailable_closure1.doCall(ClosureTest.groovy)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.codehaus.groovy.runtime.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:69)
      at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:713)
      at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:561)
      at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97)
      at test.groovy.ClosureTest$_testThisObjectNotAvailable_closure1.doCall(ClosureTest.groovy)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.codehaus.groovy.runtime.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:69)
      at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:713)
      at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:561)
      at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:460)
      at groovy.lang.Closure.call(Closure.java:186)
      at groovy.lang.Closure.call(Closure.java:181)
      at gjdk.test.groovy.ClosureTest$_testThisObjectNotAvailable_closure1_GroovyReflector.invoke(Unknown Source)
      at groovy.lang.MetaMethod.invoke(MetaMethod.java:115)
      at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:713)
      at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:561)
      at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:460)
      at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:131)
      at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:111)
      at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187)
      at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:211)
      at test.groovy.ClosureTest.testThisObjectNotAvailable(ClosureTest.groovy:8)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at junit.framework.TestCase.runTest(TestCase.java:154)
      at junit.framework.TestCase.runBare(TestCase.java:127)
      at junit.framework.TestResult$1.protect(TestResult.java:106)
      at junit.framework.TestResult.runProtected(TestResult.java:124)
      at junit.framework.TestResult.run(TestResult.java:109)
      at junit.framework.TestCase.run(TestCase.java:118)
      at junit.framework.TestSuite.runTest(TestSuite.java:208)
      at junit.framework.TestSuite.run(TestSuite.java:203)
      at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:128)
      at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:460)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:673)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:386)
      at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)

      Attachments

        1. ClosureTest.groovy
          0.3 kB
          Steve Bendiola
        2. closurePatchThisObject.txt
          0.7 kB
          Steve Bendiola

        Activity

          People

            blackdrag Jochen Theodorou
            steve.bendiola Steve Bendiola
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: