apache / incubator-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,258 LOC (28%)
145 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,258 LOC (28%)
145 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)( |:| ).*
".
145
files match defined criteria (
46,258
LOC,
28.1%
vs. main code):
140
*.scala files (
45,229
LOC)
1
*.sbt files (
566
LOC)
4
*.java files (
463
LOC)
227
lines match the content pattern.
details...
per component - primary logical decomposition
actor
in 28 files, 8,340 LOC (28%)
stream
in 29 files, 14,518 LOC (54%)
remote
in 16 files, 6,368 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,341 LOC (29%)
persistence-typed
in 6 files, 1,472 LOC (23%)
bench-jmh
in 2 files, 87 LOC (1%)
cluster-tools
in 2 files, 1,534 LOC (29%)
persistence
in 6 files, 828 LOC (16%)
cluster-sharding-typed
in 4 files, 1,411 LOC (31%)
project
in 7 files, 1,460 LOC (47%)
cluster-typed
in 3 files, 447 LOC (15%)
actor-testkit-typed
in 10 files, 850 LOC (33%)
cluster-metrics
in 2 files, 404 LOC (23%)
multi-node-testkit
in 2 files, 711 LOC (50%)
serialization-jackson
in 3 files, 526 LOC (47%)
ROOT
in 1 file 566 LOC (100%)
stream-typed
in 1 file 74 LOC (18%)