apache / parquet-mr
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
15,658 LOC (24%)
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
15,658 LOC (24%)
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 (
15,658
LOC,
24.7%
vs. main code). All matches are in *.java files.
88
lines match the content pattern.
details...
per component - primary logical decomposition
parquet-column
in 25 files, 3,515 LOC (19%)
parquet-hadoop
in 11 files, 6,098 LOC (35%)
parquet-thrift
in 4 files, 1,242 LOC (22%)
parquet-cli
in 5 files, 1,017 LOC (20%)
parquet-common
in 6 files, 1,139 LOC (33%)
parquet-avro
in 2 files, 686 LOC (21%)
parquet-pig
in 2 files, 609 LOC (23%)
parquet-protobuf
in 2 files, 609 LOC (46%)
parquet-benchmarks
in 2 files, 210 LOC (17%)
parquet-encoding
in 1 file 533 LOC (69%)