Dec. 14, 2009
1:54 a.m.
Em 13/12/2009 19:00, Lukas Renggli <renggli@gmail.com> escreveu:
Is there another search string or way to detect other empty comments?
Smalltalk allClasses select: [ :class | class organization classComment isEmpty ]
Lukas, Your way is clever (I didn't know ClassOrganizer until this exchange)! OTOH, it rises all the numbers: +--------+-------+-------+ | Image| update|result | | | | | +--------+-------+-------+ |1.0-dev | 10502 | 1831| +--------+-------+-------+ |1.1-core| 11098 | 703| +--------+-------+-------+ | 1.1-dev| 11098 | 1795| +--------+-------+-------+ I think I'll open an issue in the tracker. -- Cesar Rabak