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
59,578 LOC (23%)
201 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
59,578 LOC (23%)
201 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)( |:| ).*
".
201
files match defined criteria (
59,578
LOC,
23.7%
vs. main code):
138
*.java files (
35,675
LOC)
62
*.scala files (
23,867
LOC)
1
*.xml files (
36
LOC)
293
lines match the content pattern.
details...
per component - primary logical decomposition
hudi-common
in 37 files, 11,137 LOC (20%)
hudi-spark-datasource
in 56 files, 22,946 LOC (41%)
hudi-client
in 49 files, 12,819 LOC (24%)
hudi-flink-datasource
in 15 files, 4,013 LOC (12%)
hudi-utilities
in 7 files, 1,598 LOC (9%)
hudi-cli
in 4 files, 1,027 LOC (17%)
hudi-integ-test
in 8 files, 1,257 LOC (22%)
hudi-sync
in 7 files, 1,450 LOC (26%)
hudi-hadoop-mr
in 6 files, 1,121 LOC (20%)
hudi-io
in 1 file 124 LOC (3%)
hudi-hadoop-common
in 4 files, 1,150 LOC (52%)
hudi-kafka-connect
in 1 file 127 LOC (6%)
hudi-platform-service
in 3 files, 265 LOC (14%)
hudi-aws
in 1 file 251 LOC (14%)
hudi-gcp
in 1 file 257 LOC (36%)
packaging
in 1 file 36 LOC (12%)