apache / flink
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
118,250 LOC (12%)
311 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
118,250 LOC (12%)
311 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)( |:| ).*
".
311
files match defined criteria (
118,250
LOC,
12.8%
vs. main code):
246
*.java files (
94,838
LOC)
59
*.scala files (
20,856
LOC)
4
*.py files (
2,224
LOC)
2
*.ts files (
332
LOC)
463
lines match the content pattern.
details...
per component - primary logical decomposition
flink-table
in 157 files, 64,764 LOC (18%)
flink-runtime
in 77 files, 30,378 LOC (10%)
flink-core
in 11 files, 3,260 LOC (4%)
flink-python
in 8 files, 3,245 LOC (6%)
flink-state-backends
in 31 files, 10,827 LOC (33%)
flink-formats
in 8 files, 1,423 LOC (5%)
flink-connectors
in 4 files, 910 LOC (4%)
flink-runtime-web
in 2 files, 332 LOC (1%)
flink-core-api
in 1 file 7 LOC (<1%)
flink-filesystems
in 3 files, 567 LOC (6%)
flink-clients
in 1 file 23 LOC (<1%)
flink-datastream
in 5 files, 558 LOC (7%)
flink-yarn
in 1 file 1,569 LOC (25%)
flink-metrics
in 1 file 82 LOC (1%)
tools
in 1 file 305 LOC (14%)