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
164,617 LOC (30%)
384 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
164,617 LOC (30%)
384 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)( |:| ).*
".
384
files match defined criteria (
164,617
LOC,
30.4%
vs. main code):
297
*.scala files (
118,074
LOC)
49
*.py files (
35,256
LOC)
31
*.java files (
7,919
LOC)
1
*.pyi files (
1,509
LOC)
4
*.js files (
1,370
LOC)
1
*.proto files (
341
LOC)
1
*.bash files (
148
LOC)
658
lines match the content pattern.
details...
per component - primary logical decomposition
sql
in 162 files, 61,819 LOC (27%)
core
in 66 files, 30,148 LOC (32%)
python
in 50 files, 36,765 LOC (43%)
mllib
in 58 files, 17,770 LOC (37%)
connector
in 19 files, 7,906 LOC (24%)
common
in 6 files, 2,111 LOC (10%)
resource-managers
in 14 files, 4,924 LOC (35%)
streaming
in 3 files, 1,029 LOC (10%)
graphx
in 3 files, 396 LOC (12%)
launcher
in 1 file 232 LOC (9%)
project
in 1 file 1,369 LOC (85%)
build
in 1 file 148 LOC (78%)