JavaContext.st
changeset 3228 a35cc585bb5a
parent 3196 d617b4590431
child 3324 a58245c0e83a
--- a/JavaContext.st	Tue Aug 12 13:46:30 2014 +0100
+++ b/JavaContext.st	Tue Aug 12 23:09:59 2014 +0100
@@ -342,10 +342,11 @@
     |rawArgsAndVars|
 
     rawArgsAndVars := self method originalMethodIfWrapped methodArgAndVarValuesInContext: self.
-    self method isStatic ifFalse:[^ rawArgsAndVars copyFrom:2].
+"/    self method isStatic ifFalse:[^ rawArgsAndVars copyFrom:2].
     ^ rawArgsAndVars
 
     "Created: / 04-11-2013 / 18:45:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 12-08-2014 / 23:04:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 methodFromClass