apache / kafka
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,854 LOC (10%)
68 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,854 LOC (10%)
68 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)( |:| ).*
".
68
files match defined criteria (
42,854
LOC,
10.8%
vs. main code):
59
*.java files (
33,314
LOC)
7
*.scala files (
9,285
LOC)
2
*.py files (
255
LOC)
100
lines match the content pattern.
details...
per component - primary logical decomposition
clients
in 7 files, 3,123 LOC (2%)
streams
in 33 files, 16,214 LOC (20%)
connect
in 11 files, 7,878 LOC (19%)
core
in 8 files, 11,345 LOC (34%)
metadata
in 1 file 152 LOC (<1%)
storage
in 2 files, 244 LOC (1%)
raft
in 1 file 3,122 LOC (24%)
trogdor
in 1 file 237 LOC (2%)
generator
in 1 file 149 LOC (2%)
shell
in 1 file 135 LOC (7%)
release
in 2 files, 255 LOC (41%)