apache / paimon
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
17,893 LOC (8%)
60 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
17,893 LOC (8%)
60 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)( |:| ).*
".
60
files match defined criteria (
17,893
LOC,
8.0%
vs. main code):
52
*.java files (
16,577
LOC)
8
*.scala files (
1,316
LOC)
72
lines match the content pattern.
details...
per component - primary logical decomposition
paimon-core
in 15 files, 3,852 LOC (5%)
paimon-flink
in 17 files, 2,501 LOC (5%)
paimon-common
in 8 files, 4,006 LOC (9%)
paimon-format
in 8 files, 4,948 LOC (24%)
paimon-spark
in 8 files, 1,191 LOC (7%)
paimon-hive
in 1 file 150 LOC (2%)
paimon-arrow
in 1 file 656 LOC (30%)
paimon-codegen
in 1 file 290 LOC (15%)
tools
in 1 file 299 LOC (21%)