apache / pulsar
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
36,461 LOC (11%)
61 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
36,461 LOC (11%)
61 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)( |:| ).*
".
61
files match defined criteria (
36,461
LOC,
11.6%
vs. main code):
57
*.java files (
34,768
LOC)
1
*.proto files (
928
LOC)
3
*.py files (
765
LOC)
88
lines match the content pattern.
details...
per component - primary logical decomposition
pulsar-broker
in 24 files, 17,914 LOC (17%)
pulsar-functions
in 13 files, 5,668 LOC (17%)
pulsar-client
in 4 files, 3,088 LOC (9%)
pulsar-common
in 5 files, 1,396 LOC (6%)
pulsar-io
in 4 files, 480 LOC (2%)
pulsar-client-tools
in 3 files, 2,524 LOC (16%)
managed-ledger
in 2 files, 3,917 LOC (25%)
pulsar-metadata
in 1 file 119 LOC (1%)
pulsar-client-admin
in 1 file 483 LOC (4%)
pulsar-client-admin-api
in 1 file 12 LOC (<1%)
tiered-storage
in 1 file 278 LOC (6%)
pulsar-broker-auth-oidc
in 1 file 155 LOC (17%)
pulsar-client-messagecrypto-bc
in 1 file 427 LOC (99%)