# HG changeset patch # User Oleksandr Gavenko # Date 1323868018 -7200 # Node ID c9f019a072acf0e112660eb1b61a490299074981 # Parent 7d45ad92679a5d5c025ea9b0631b2c085f69eb18 Squale. diff -r 7d45ad92679a -r c9f019a072ac code-analysis.rst --- a/code-analysis.rst Wed Dec 14 15:05:41 2011 +0200 +++ b/code-analysis.rst Wed Dec 14 15:06:58 2011 +0200 @@ -57,6 +57,18 @@ http://en.wikipedia.org/wiki/FindBugs Wikipedia page. +Squale. +======= + +Squale (Software Quality Enhancement) is an open-source platform that helps +monitoring software quality for multi-language applications. It currently +supports Java out-of-the-box, and can also analyse C/C++ and Cobol code with an +adapter to McCabe tool. Squale is distributed under the terms of the LGPL v3 +licence. + + http://en.wikipedia.org/wiki/Squale + Wikipedia page. + Yasca. ====== @@ -78,4 +90,5 @@ Clover to extract software metrics. http://en.wikipedia.org/wiki/Sonar_%28software_quality%29 - Wikipedia page. \ No newline at end of file + Wikipedia page. +