apache / kafka-merge-queue-sandbox
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
42,409 LOC (10%)
70 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
42,409 LOC (10%)
70 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)( |:| ).*
".
70
files match defined criteria (
42,409
LOC,
10.9%
vs. main code):
59
*.java files (
32,470
LOC)
9
*.scala files (
9,685
LOC)
2
*.py files (
254
LOC)
103
lines match the content pattern.
details...
per component - primary logical decomposition
clients
in 7 files, 3,042 LOC (2%)
streams
in 32 files, 15,813 LOC (20%)
connect
in 11 files, 7,803 LOC (19%)
core
in 10 files, 11,487 LOC (28%)
metadata
in 1 file 152 LOC (<1%)
raft
in 1 file 3,047 LOC (25%)
storage
in 2 files, 244 LOC (2%)
trogdor
in 1 file 237 LOC (2%)
generator
in 1 file 149 LOC (2%)
server
in 1 file 46 LOC (1%)
shell
in 1 file 135 LOC (6%)
release
in 2 files, 254 LOC (41%)