Status: Accepted
Owner:
[hidden email]
CC:
[hidden email]
Labels: Difficulty-Easy Milestone-1.4
New issue 4679 by
[hidden email]: numberOfLinesOfCode wrongly defined
http://code.google.com/p/pharo/issues/detail?id=4679Pharo image: 14097
It is currently:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
ClassDescription>>numberOfLinesOfCode
"Return the number of lines of code"
| str |
str := String new writeStream.
Object fileOutOn: str.
^ str contents lineCount
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
It should do a "self fileOutOn: str." instead
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker