apache / hudi
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
63,327 LOC (23%)
209 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
63,327 LOC (23%)
209 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)( |:| ).*
".
209
files match defined criteria (
63,327
LOC,
23.2%
vs. main code):
161
*.java files (
44,867
LOC)
47
*.scala files (
18,424
LOC)
1
*.xml files (
36
LOC)
310
lines match the content pattern.
details...
per component - primary logical decomposition
hudi-common
in 33 files, 11,421 LOC (17%)
hudi-client
in 55 files, 14,927 LOC (24%)
hudi-spark-datasource
in 42 files, 17,456 LOC (38%)
hudi-flink-datasource
in 17 files, 4,769 LOC (12%)
hudi-utilities
in 12 files, 4,578 LOC (22%)
hudi-hadoop-common
in 10 files, 2,379 LOC (34%)
hudi-hadoop-mr
in 9 files, 1,718 LOC (26%)
hudi-sync
in 7 files, 1,451 LOC (23%)
hudi-integ-test
in 11 files, 1,623 LOC (28%)
hudi-cli
in 4 files, 950 LOC (16%)
hudi-io
in 1 file 131 LOC (3%)
hudi-aws
in 2 files, 1,210 LOC (52%)
hudi-kafka-connect
in 1 file 128 LOC (6%)
hudi-platform-service
in 3 files, 274 LOC (14%)
hudi-gcp
in 1 file 276 LOC (30%)
packaging
in 1 file 36 LOC (12%)