apache / samza
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
16,873 LOC (21%)
94 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
16,873 LOC (21%)
94 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)( |:| ).*
".
94
files match defined criteria (
16,873
LOC,
21.7%
vs. main code):
81
*.java files (
13,649
LOC)
12
*.scala files (
3,070
LOC)
1
*.py files (
154
LOC)
141
lines match the content pattern.
details...
per component - primary logical decomposition
samza-core
in 57 files, 9,786 LOC (24%)
samza-api
in 2 files, 45 LOC (<1%)
samza-sql
in 13 files, 2,182 LOC (45%)
samza-azure
in 1 file 352 LOC (7%)
samza-yarn
in 5 files, 1,055 LOC (38%)
samza-yarn3
in 5 files, 1,053 LOC (38%)
samza-kafka
in 2 files, 961 LOC (37%)
samza-sql-shell
in 2 files, 405 LOC (16%)
samza-kv
in 1 file 192 LOC (13%)
samza-test
in 1 file 154 LOC (10%)
samza-tools
in 1 file 64 LOC (4%)
samza-kv-rocksdb
in 1 file 175 LOC (20%)
samza-log4j
in 1 file 252 LOC (44%)
samza-kv-couchbase
in 1 file 75 LOC (18%)
samza-kv-inmemory
in 1 file 122 LOC (72%)