apache / ambari
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
111,537 LOC (17%)
232 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
111,537 LOC (17%)
232 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)( |:| ).*
".
232
files match defined criteria (
111,537
LOC,
17.6%
vs. main code):
118
*.java files (
49,653
LOC)
50
*.py files (
29,933
LOC)
53
*.js files (
27,457
LOC)
1
*.c files (
2,928
LOC)
4
*.xml files (
1,097
LOC)
4
*.ps1 files (
192
LOC)
1
*.cs files (
139
LOC)
1
*.hbs files (
138
LOC)
433
lines match the content pattern.
details...
per component - primary logical decomposition
ambari-server
in 135 files, 68,865 LOC (20%)
ambari-web
in 41 files, 24,712 LOC (16%)
contrib
in 24 files, 5,732 LOC (6%)
ambari-common
in 16 files, 8,145 LOC (19%)
ambari-admin
in 3 files, 666 LOC (4%)
ambari-agent
in 13 files, 3,417 LOC (26%)