click to dismiss

Please change your bookmark for this page

June 2010

Tools for Counting Lines of Code in Source Code

June 17, 2010 by Rajesh Kumar   Comments (0)

, , ,

test coverage tools, source-code analysis

USC CodeCount and USC COCOMO- $0
CodeCount automates the collection of source code sizing information. The CodeCount toolset utilizes one of two possible source lines of code (SLOC) definitions, physical or logical. COCOMO (COnstructive COst MOdel), is a tool which allows one to estimate the cost, effort, and schedule associated with a prospective software development project.
Languages: Ada, Assembly, C, C++, COBOL, FORTRAN, Java, JOVIAL, Pascal, PL1
SLOCCount - $0
SLOCCount is a set of... Read full post

Sonar Support with JSP & HTML

June 17, 2010 by Rajesh Kumar   Comments (0)

, ,

testing tools, test coverage tools, source-code analysis, automation practice

JSP/HTML land, usefull tests could be done via some regexp, ie check if style/css are used (to avoid dirty colors/fonts hard-coded for example).If we want to build something pretty robust and extensible, I think we should integrate a java library which is able to transform a XHTML or badly formatted HTML document into a DOM :http://htmlparser.sourceforge.net/http://jtidy.sourceforge.net/http://sourceforge.net/projects/nekohtml/a complete list of available libraries is available here :... Read full post