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
54,958 LOC (24%)
197 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
54,958 LOC (24%)
197 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)( |:| ).*
".
197
files match defined criteria (
54,958
LOC,
24.6%
vs. main code):
142
*.java files (
36,141
LOC)
54
*.scala files (
18,781
LOC)
1
*.xml files (
36
LOC)
289
lines match the content pattern.
details...
per component - primary logical decomposition
hudi-common
in 41 files, 11,254 LOC (22%)
hudi-client
in 53 files, 13,714 LOC (27%)
hudi-spark-datasource
in 48 files, 17,877 LOC (39%)
hudi-flink-datasource
in 15 files, 3,947 LOC (12%)
hudi-utilities
in 7 files, 2,235 LOC (14%)
hudi-cli
in 4 files, 997 LOC (17%)
hudi-integ-test
in 8 files, 1,256 LOC (22%)
hudi-sync
in 7 files, 1,447 LOC (26%)
hudi-hadoop-mr
in 7 files, 1,328 LOC (25%)
hudi-kafka-connect
in 1 file 127 LOC (6%)
hudi-platform-service
in 2 files, 196 LOC (10%)
hudi-aws
in 1 file 251 LOC (17%)
hudi-gcp
in 2 files, 293 LOC (66%)
packaging
in 1 file 36 LOC (12%)