class: Parser
authorClaus Gittinger <cg@exept.de>
Wed, 26 Feb 2014 19:01:11 +0100
changeset 3390 a43a64503401
parent 3389 4ec5cedf2e14
child 3391 94ed984ef38e
class: Parser changed: #checkReturnedValues
Parser.st
--- a/Parser.st	Wed Feb 26 17:14:55 2014 +0100
+++ b/Parser.st	Wed Feb 26 19:01:11 2014 +0100
@@ -2669,7 +2669,7 @@
     returnsBoolean ifTrue:[
         (returnsNonBooleanLiteral or:[returnsSelf]) ifTrue:[
             self
-                warning:'Possible Error Warning:\\Method returns both boolean and non-boolean values.' withCRs
+                warning:'Possible Error Warning:\\Method possibly returns both boolean and non-boolean values.' withCRs
                 doNotShowAgainAction:[ ParserFlags warnInconsistentReturnValues:false ]
                 position:1 to:tokenPosition
         ]
@@ -11792,11 +11792,11 @@
 !Parser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.808 2014-02-25 22:02:52 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.809 2014-02-26 18:01:11 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.808 2014-02-25 22:02:52 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.809 2014-02-26 18:01:11 cg Exp $'
 !
 
 version_SVN