JavaMethodref.st
changeset 180 b77168d0e07c
parent 167 77dcbc4b2201
child 198 5543d1079a4a
--- a/JavaMethodref.st	Wed Jul 30 19:04:30 1997 +0000
+++ b/JavaMethodref.st	Thu Jul 31 20:16:29 1997 +0000
@@ -117,12 +117,13 @@
     mthd := class compiledMethodAt:sel.
     mthd isNil ifTrue:[
 "/        self halt:'no method found for: ' , self displayString.
-        ^ self.
+        ^ nil.
+"/ old:        ^ self.
     ].
     mthd checkForNOOPMethod.
     ^ mthd
 
-    "Modified: 24.3.1997 / 12:21:52 / cg"
+    "Modified: 31.7.1997 / 22:16:24 / cg"
 !
 
 methodFor:aClass
@@ -178,5 +179,5 @@
 !JavaMethodref class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.24 1997/03/26 17:24:04 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.25 1997/07/31 20:16:29 cg Exp $'
 ! !