By Andrey_Karpov_2009
via viva64.com
Submitted: Nov 21 2012 / 05:59
Static analysis tools' users often wonder how to fulfill the task of searching for certain code fragments. For instance, how to find a function longer than 1000 lines; or how to find a class containing more than 100 methods; or which functions contain the largest (or the smallest) number of comments. Why do they want to know it?
Add your comment