#REFACTORING by stefan cvs_MAIN
authorStefan Vogel <sv@exept.de>
Fri, 17 Feb 2017 11:08:18 +0100
branchcvs_MAIN
changeset 1018 f1af04fc8403
parent 1016 2583025a1205
child 1019 a88253f563be
#REFACTORING by stefan class: SmallSense::CriticsWindow changed: #generateHTMLForRule:on: prefer nextPut: over nextPutAll: for single characters
SmallSense__CriticsWindow.st
--- a/SmallSense__CriticsWindow.st	Fri Feb 10 20:05:38 2017 +0100
+++ b/SmallSense__CriticsWindow.st	Fri Feb 17 11:08:18 2017 +0100
@@ -456,9 +456,9 @@
                         nextPutAll:'<li>';
                         nextPutAll:'<a action="doit: linkActionPerformer doQuickFix:';
                         nextPutAll: index printString;
-                        nextPutAll:'"';
+                        nextPut:$";
                         "/ nextPutAll:' info="',(fix rule class name),'"';
-                        nextPutAll:'>';
+                        nextPut:$>;
                         nextPutAll: fix label;
                         nextPutAll:'</a>';
                         nextPutAll:' (',(fix rule class name),')';
@@ -531,6 +531,7 @@
     "Created: / 15-12-2014 / 16:49:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 15-12-2014 / 18:17:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 16-11-2016 / 22:02:24 / cg"
+    "Modified: / 17-02-2017 / 10:14:23 / stefan"
 !
 
 update:something with:aParameter from:changedObject