#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sun, 16 Jul 2017 13:38:25 +0200
changeset 17579 b1fc64682aed
parent 17578 8417ebf871c2
child 17580 8c0327565131
#DOCUMENTATION by cg class: ChangesBrowser changed: #compareMethodSource:withVersionInClass:into:
ChangesBrowser.st
--- a/ChangesBrowser.st	Sun Jul 16 12:41:09 2017 +0200
+++ b/ChangesBrowser.st	Sun Jul 16 13:38:25 2017 +0200
@@ -5197,6 +5197,8 @@
     "returns true/false/nil if same,different,undecided;
      also provides a message and a beep-boolean via the passed in block"
 
+    <ignore: RBReturnsBooleanAndOtherRule rationale: 'done by purpose' author: 'cg'>
+
     |parser sel oldMethod oldSource outcome t1 t2 isLoaded|
 
     Class nameSpaceQuerySignal answer:(self nameSpaceForApply)
@@ -5263,6 +5265,8 @@
     outcome := 'Source changed.'.
     aThreeArgBlock value:outcome value:false "beep" value:oldSource.
     ^ false.
+
+    "Modified: / 16-07-2017 / 13:32:05 / cg"
 !
 
 comparePackageChange:parseTree