apache / pekko
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
46,895 LOC (27%)
147 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
46,895 LOC (27%)
147 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)( |:| ).*
".
147
files match defined criteria (
46,895
LOC,
27.8%
vs. main code):
142
*.scala files (
45,856
LOC)
1
*.sbt files (
576
LOC)
4
*.java files (
463
LOC)
229
lines match the content pattern.
details...
per component - primary logical decomposition
actor
in 29 files, 8,639 LOC (28%)
stream
in 29 files, 14,786 LOC (52%)
remote
in 16 files, 6,377 LOC (38%)
cluster
in 5 files, 948 LOC (6%)
cluster-sharding
in 1 file 95 LOC (<1%)
distributed-data
in 6 files, 3,278 LOC (36%)
actor-typed
in 11 files, 2,355 LOC (30%)
persistence-typed
in 6 files, 1,472 LOC (23%)
bench-jmh
in 2 files, 87 LOC (1%)
cluster-tools
in 2 files, 1,530 LOC (29%)
persistence
in 6 files, 828 LOC (16%)
cluster-sharding-typed
in 4 files, 1,408 LOC (31%)
project
in 8 files, 1,502 LOC (46%)
cluster-typed
in 3 files, 448 LOC (15%)
actor-testkit-typed
in 10 files, 853 LOC (32%)
cluster-metrics
in 2 files, 403 LOC (23%)
multi-node-testkit
in 2 files, 710 LOC (50%)
serialization-jackson
in 3 files, 526 LOC (46%)
ROOT
in 1 file 576 LOC (100%)
stream-typed
in 1 file 74 LOC (18%)