netflix / genie
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
18,963 LOC (28%)
62 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
18,963 LOC (28%)
62 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)( |:| ).*
".
62
files match defined criteria (
18,963
LOC,
28.6%
vs. main code):
61
*.java files (
18,946
LOC)
1
*.py files (
17
LOC)
107
lines match the content pattern.
details...
per component - primary logical decomposition
genie-web
in 43 files, 16,501 LOC (37%)
genie-agent
in 3 files, 620 LOC (8%)
genie-common-internal
in 10 files, 1,585 LOC (28%)
genie-client
in 1 file 128 LOC (3%)
genie-common
in 1 file 33 LOC (1%)
genie-demo
in 1 file 17 LOC (6%)
genie-agent-app
in 1 file 30 LOC (50%)
genie-app
in 2 files, 49 LOC (92%)