netflix / metacat
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
9,995 LOC (22%)
49 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
9,995 LOC (22%)
49 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)( |:| ).*
".
49
files match defined criteria (
9,995
LOC,
22.6%
vs. main code). All matches are in *.java files.
68
lines match the content pattern.
details...
per component - primary logical decomposition
metacat-main
in 17 files, 4,089 LOC (39%)
metacat-common-server
in 9 files, 673 LOC (7%)
metacat-connector-hive
in 4 files, 1,028 LOC (13%)
metacat-common
in 6 files, 590 LOC (20%)
metacat-connector-s3
in 1 file 46 LOC (2%)
metacat-connector-polaris
in 2 files, 43 LOC (1%)
metacat-thrift
in 1 file 1,342 LOC (66%)
metacat-metadata-mysql
in 1 file 898 LOC (45%)
metacat-connector-cassandra
in 3 files, 568 LOC (76%)
metacat-connector-snowflake
in 1 file 146 LOC (34%)
metacat-connector-mysql
in 1 file 170 LOC (42%)
metacat-connector-postgresql
in 1 file 228 LOC (60%)
metacat-connector-redshift
in 2 files, 174 LOC (60%)