ALOA

A Lint Output Analyzer

 

ALOA is a freely available tool, written by Ralf Holly. It processes output generated by PC-Lint and computes various useful metrics. These metrics can be used to get a quick overview of the internal quality of a C/C++ project. ALOA shows which kind of Lint issues are most frequently encountered in a project and highlights issue-laden modules.

ALOA's metrics are useful for tracking changes of the Lint conformity between builds and for fine-tuning a project's Lint policy.

ALOA is free software according to the GNU General Public License. You must read and accept its terms before using ALOA.

Click on the links below to download a distribution. .


Version: Date: Size: Comment:
3.0.3 2004-01-26 225K GPL release; No download available; use 03.04 instead
3.0.4 2004-06-25 278K Added aloa.pdf (C/C++ User's Journal article on ALOA)
3.0.5 2004-07-11 265K Added support for Visual C++ .NET
Patch 001 2004-07-30 1K aloa.lnt didn't produce well-formed XML
3.1.0 2004-08-20 149K Included patch 001;
Fixed minor issue in XML parser;
Added 'Issues' column to File List;
ALOA now exits with -1 if issues were found

Top
Back