apache / spark
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
185,374 LOC (29%)
408 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
185,374 LOC (29%)
408 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)( |:| ).*
".
408
files match defined criteria (
185,374
LOC,
29.1%
vs. main code):
318
*.scala files (
131,749
LOC)
48
*.py files (
38,340
LOC)
34
*.java files (
10,988
LOC)
1
*.pyi files (
2,053
LOC)
5
*.js files (
1,648
LOC)
1
*.proto files (
448
LOC)
1
*.bash files (
148
LOC)
683
lines match the content pattern.
details...
per component - primary logical decomposition
sql
in 196 files, 80,863 LOC (26%)
python
in 49 files, 40,393 LOC (37%)
core
in 68 files, 31,091 LOC (32%)
mllib
in 60 files, 19,082 LOC (39%)
common
in 11 files, 5,837 LOC (20%)
resource-managers
in 9 files, 3,248 LOC (29%)
streaming
in 3 files, 1,049 LOC (10%)
connector
in 6 files, 1,567 LOC (16%)
graphx
in 3 files, 396 LOC (12%)
launcher
in 1 file 240 LOC (9%)
project
in 1 file 1,460 LOC (84%)
build
in 1 file 148 LOC (78%)