apache / incubator-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
30,715 LOC (16%)
134 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
30,715 LOC (16%)
134 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)( |:| ).*
".
134
files match defined criteria (
30,715
LOC,
16.7%
vs. main code):
46
*.java files (
14,981
LOC)
11
*.js files (
6,420
LOC)
61
*.pp files (
4,763
LOC)
6
*.py files (
4,120
LOC)
4
*.ps1 files (
188
LOC)
4
*.rb files (
104
LOC)
1
*.erb files (
93
LOC)
1
*.xml files (
46
LOC)
243
lines match the content pattern.
details...
per component - primary logical decomposition
ambari-server
in 47 files, 17,886 LOC (22%)
ambari-web
in 11 files, 6,420 LOC (10%)
ambari-agent
in 69 files, 5,383 LOC (27%)
contrib
in 6 files, 664 LOC (5%)
ambari-common
in 1 file 362 LOC (3%)