#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 02 Mar 2019 12:52:09 +0100
changeset 18643 4979c2559134
parent 18642 7e2c1db00573
child 18644 f4e359c06bef
#DOCUMENTATION by cg class: Tools::LintService comment/format in: #annotations
Tools__LintService.st
--- a/Tools__LintService.st	Sat Mar 02 12:29:09 2019 +0100
+++ b/Tools__LintService.st	Sat Mar 02 12:52:09 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
               All Rights Reserved
@@ -117,10 +119,10 @@
 !
 
 annotations
+    | rulesToIntervalsMap annotationsPerLineMap |
+
     #fixme. "/ code duplication with SmalltalkLintService >> annotations
     (highlighter notNil and:[ highlighter sequenceNumber ~~ annotationsSequenceNumber ]) ifTrue:[
-        | rulesToIntervalsMap annotationsPerLineMap |
-
         rulesToIntervalsMap := highlighter rulesToIntervalsMap.
         rulesToIntervalsMap notNil ifTrue:[ 
             annotationsPerLineMap := Dictionary new.
@@ -154,6 +156,7 @@
 
     "Created: / 15-12-2014 / 15:29:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 15-12-2014 / 18:41:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 02-03-2019 / 12:34:13 / Claus Gittinger"
 !
 
 syntaxHighlighter