apache / iceberg
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
22,632 LOC (7%)
73 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
22,632 LOC (7%)
73 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)( |:| ).*
".
73
files match defined criteria (
22,632
LOC,
7.9%
vs. main code):
72
*.java files (
22,499
LOC)
1
*.scala files (
133
LOC)
84
lines match the content pattern.
details...
per component - primary logical decomposition
spark
in 21 files, 4,662 LOC (6%)
core
in 13 files, 3,861 LOC (5%)
flink
in 18 files, 7,178 LOC (10%)
api
in 7 files, 1,855 LOC (9%)
aws
in 1 file 608 LOC (4%)
parquet
in 7 files, 2,488 LOC (21%)
kafka-connect
in 1 file 438 LOC (7%)
orc
in 1 file 141 LOC (3%)
arrow
in 1 file 528 LOC (13%)
hive-metastore
in 1 file 271 LOC (10%)
data
in 1 file 243 LOC (12%)
mr
in 1 file 359 LOC (39%)