apache / celeborn
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
15,628 LOC (14%)
37 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
15,628 LOC (14%)
37 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)( |:| ).*
".
37
files match defined criteria (
15,628
LOC,
14.7%
vs. main code):
10
*.scala files (
9,627
LOC)
14
*.java files (
4,405
LOC)
7
*.h files (
808
LOC)
4
*.cpp files (
586
LOC)
1
*.bash files (
151
LOC)
1
*.ts files (
51
LOC)
59
lines match the content pattern.
details...
per component - primary logical decomposition
common
in 6 files, 7,188 LOC (28%)
worker
in 3 files, 1,820 LOC (14%)
openapi
in 2 files, 1,220 LOC (10%)
client-flink
in 6 files, 2,049 LOC (19%)
client
in 4 files, 1,253 LOC (14%)
master
in 2 files, 371 LOC (6%)
cpp
in 11 files, 1,394 LOC (27%)
service
in 1 file 131 LOC (3%)
web
in 1 file 51 LOC (2%)
build
in 1 file 151 LOC (77%)