|
SemmleCode Professional comes with a wide range of pre-packaged analyses, from architectural properties and metrics, to statement-level checks for likely bugs and violations of best practice.
General Statistics
This query shows general statistics about the application, organised as a table.
How to Interpret the Query Results
Running this query on the source code of Roller produces the following table:
It shows the number of projects making up the application, the number of packages, compilation units, classes, interfaces, and
methods, and the total number of source code resp. comment lines.
The self-containedness measure indicates how much the application
depends on third-party libraries: low self-containedness means that many dependencies
are to library classes (as opposed to source classes within the same application).
The final three statistics give estimates for development effort, development time, and average number of developers, based on the
Basic Constructive Cost Model (COCOMO).
As the above table shows, Roller is a fairly small application that depends heavily on external libraries.
How to Address the Query Results
The results of this query are purely informative and more useful for getting an overall impression of the application than for
identifying particular problems.
Source Code
References
|