apache / cloudstack
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
215,131 LOC (21%)
345 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
215,131 LOC (21%)
345 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
345
files match defined criteria (
215,131
LOC,
21.6%
vs. main code):
313
*.java files (
194,951
LOC)
12
*.js files (
5,907
LOC)
3
*.cs files (
4,385
LOC)
9
*.py files (
3,756
LOC)
1
*.xml files (
2,618
LOC)
4
*.spec files (
2,488
LOC)
2
*.css files (
912
LOC)
1
*.cfg files (
114
LOC)
868
lines match the content pattern.
details...
per component - primary logical decomposition
plugins
in 105 files, 61,782 LOC (22%)
server
in 63 files, 83,188 LOC (50%)
engine
in 45 files, 23,790 LOC (15%)
api
in 43 files, 7,400 LOC (7%)
tools
in 5 files, 3,790 LOC (13%)
services
in 23 files, 8,322 LOC (30%)
framework
in 13 files, 4,241 LOC (16%)
core
in 13 files, 2,593 LOC (10%)
utils
in 3 files, 1,438 LOC (9%)
systemvm
in 14 files, 6,819 LOC (50%)
vmware-base
in 4 files, 4,250 LOC (34%)
setup
in 1 file 114 LOC (1%)
scripts
in 4 files, 2,459 LOC (35%)
usage
in 2 files, 2,054 LOC (45%)
agent
in 2 files, 278 LOC (8%)
packaging
in 4 files, 2,488 LOC (100%)
cloud-cli
in 1 file 125 LOC (43%)