Method.st
changeset 14266 2514cbdb8e29
parent 14264 fd05137bd3c3
child 14274 cee19bad32a0
--- a/Method.st	Fri Jul 27 17:04:47 2012 +0200
+++ b/Method.st	Fri Jul 27 18:35:35 2012 +0200
@@ -2911,6 +2911,7 @@
     "/ is very common with the new browser's info displays, we cache a few
     "/ of them. If the same is parsed soon after, we do not have to parse again.
     LastParseTreeCache notNil ifTrue:[
+        "/ to flush: LastParseTreeCache removeAll.
         cachedInfo := LastParseTreeCache at:self ifAbsent:nil.
         cachedInfo notNil ifTrue:[
             cachedInfo parserClass == parserClass ifTrue:[
@@ -2942,7 +2943,7 @@
     "
 
     "Modified: / 01-03-2012 / 14:30:50 / cg"
-    "Modified (comment): / 06-03-2012 / 15:46:59 / cg"
+    "Modified (format): / 27-07-2012 / 18:32:58 / cg"
 !
 
 parseAnnotations
@@ -3728,11 +3729,11 @@
 !Method class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.392 2012-07-27 12:19:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.393 2012-07-27 16:35:35 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.392 2012-07-27 12:19:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.393 2012-07-27 16:35:35 cg Exp $'
 !
 
 version_SVN