apache / parquet-java
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
19,241 LOC (27%)
61 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
19,241 LOC (27%)
61 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)( |:| ).*
".
61
files match defined criteria (
19,241
LOC,
27.2%
vs. main code). All matches are in *.java files.
92
lines match the content pattern.
details...
per component - primary logical decomposition
parquet-hadoop
in 11 files, 8,370 LOC (39%)
parquet-column
in 28 files, 4,654 LOC (22%)
parquet-thrift
in 4 files, 1,338 LOC (23%)
parquet-cli
in 5 files, 1,014 LOC (20%)
parquet-common
in 6 files, 1,253 LOC (31%)
parquet-avro
in 1 file 576 LOC (16%)
parquet-protobuf
in 2 files, 900 LOC (46%)
parquet-benchmarks
in 2 files, 210 LOC (16%)
parquet-variant
in 1 file 398 LOC (34%)
parquet-encoding
in 1 file 528 LOC (68%)