JavaMethodref.st
changeset 156 fee47d32724d
parent 152 db8e2bfe92f6
child 163 43e2f021c562
--- a/JavaMethodref.st	Thu Mar 20 14:34:45 1997 +0000
+++ b/JavaMethodref.st	Thu Mar 20 14:39:20 1997 +0000
@@ -105,11 +105,12 @@
     mthd := class compiledMethodAt:sel.
     mthd isNil ifTrue:[
         self halt:'no such method found'.
+        ^ nil.
     ].
     mthd checkForNOOPMethod.
     ^ mthd
 
-    "Modified: 18.3.1997 / 13:39:09 / cg"
+    "Modified: 20.3.1997 / 15:11:21 / cg"
 !
 
 methodFor:aClass
@@ -165,5 +166,5 @@
 !JavaMethodref class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.21 1997/03/19 23:18:25 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.22 1997/03/20 14:37:16 cg Exp $'
 ! !