AbstractSourceCodeManager.st
branchjv
changeset 4178 58cf05ca7c14
parent 4176 7c04827165e4
parent 4173 1c37183b5c7b
child 4199 89ebbba27db6
--- a/AbstractSourceCodeManager.st	Wed Dec 07 11:59:59 2016 +0000
+++ b/AbstractSourceCodeManager.st	Mon Dec 12 11:29:00 2016 +0000
@@ -2860,7 +2860,8 @@
     packageDir isNil ifTrue:[^ nil].
     moduleDir := self moduleFromSourceInfo:sourceInfo.  "/ use the modules name as CVS module
     classFileName := self containerFromSourceInfo:sourceInfo.
-
+    classFileName isNil ifTrue:[^ nil].
+    
     ^ self newestRevisionInFile:classFileName directory:packageDir module:moduleDir
 
 "/    |log|