Temporary commit - improved line coverage reporting.
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 29 Jul 2013 20:26:35 +0200
changeset 203 297a4be47446
parent 202 730a466fbe35
child 204 5450b318385a
Temporary commit - improved line coverage reporting.
reports/Builder__LintReport.st
--- a/reports/Builder__LintReport.st	Mon Jul 29 20:26:28 2013 +0200
+++ b/reports/Builder__LintReport.st	Mon Jul 29 20:26:35 2013 +0200
@@ -56,7 +56,7 @@
 
 generateClass: aClass
         | sourceInfo sourceName |
-        sourceInfo := ReportSourceInfo for: aClass.
+        sourceInfo := ReportSourceInfo forClass: aClass.
         sourceName := self encodeFilename: (self sourceFilenameFor: aClass).
 
         format writeFile: sourceName with: [
@@ -67,7 +67,7 @@
         format writeSource: sourceInfo contents to: sourceName
 
     "Created: / 06-10-2011 / 23:54:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 01-03-2013 / 17:59:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 29-07-2013 / 14:47:40 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 generateClass: aClass selector: aSelector source: sourceInfo