apache / beam
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
178,375 LOC (23%)
453 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
178,375 LOC (23%)
453 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)( |:| ).*
".
453
files match defined criteria (
178,375
LOC,
23.0%
vs. main code):
291
*.java files (
98,420
LOC)
70
*.py files (
35,068
LOC)
35
*.go files (
21,865
LOC)
36
*.ts files (
15,156
LOC)
4
*.proto files (
3,215
LOC)
2
*.groovy files (
2,505
LOC)
4
*.scss files (
806
LOC)
5
*.dart files (
608
LOC)
1
*.kts files (
560
LOC)
2
*.html files (
126
LOC)
3
*.tf files (
46
LOC)
773
lines match the content pattern.
details...
per component - primary logical decomposition
sdks
in 298 files, 130,677 LOC (24%)
runners
in 121 files, 32,055 LOC (23%)
playground
in 15 files, 4,455 LOC (11%)
learning
in 2 files, 3,389 LOC (11%)
website
in 6 files, 932 LOC (4%)
it
in 4 files, 708 LOC (6%)
model
in 3 files, 2,897 LOC (56%)
buildSrc
in 2 files, 2,505 LOC (78%)
scripts
in 1 file 197 LOC (8%)
ROOT
in 1 file 560 LOC (63%)