Tools__CompilerWarningToDoListEntry.st
changeset 15338 e6efd621a4f3
parent 15337 7fc9c63796a2
child 15566 184cea584be5
--- a/Tools__CompilerWarningToDoListEntry.st	Fri Feb 20 14:11:23 2015 +0100
+++ b/Tools__CompilerWarningToDoListEntry.st	Fri Feb 20 14:12:01 2015 +0100
@@ -266,6 +266,7 @@
 
 checkIfSelectorIsStillValid
     selector notNil ifTrue:[
+        self problemClass isNil ifTrue:[^ false].      
         (self problemClass compiledMethodAt:selector) isNil ifTrue:[^ false].
     ].
     ^ true
@@ -291,6 +292,10 @@
 !CompilerWarningToDoListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CompilerWarningToDoListEntry.st,v 1.12 2015-02-20 13:11:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CompilerWarningToDoListEntry.st,v 1.13 2015-02-20 13:12:01 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CompilerWarningToDoListEntry.st,v 1.13 2015-02-20 13:12:01 cg Exp $'
 ! !