twitter / finagle
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
6,646 LOC (7%)
52 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
6,646 LOC (7%)
52 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)( |:| ).*
".
52
files match defined criteria (
6,646
LOC,
7.4%
vs. main code):
51
*.scala files (
6,598
LOC)
1
*.java files (
48
LOC)
102
lines match the content pattern.
details...
per component - primary logical decomposition
finagle-core
in 6 files, 998 LOC (4%)
finagle-thrift
in 3 files, 417 LOC (3%)
finagle-redis
in 4 files, 299 LOC (4%)
finagle-serversets
in 1 file 37 LOC (<1%)
finagle-netty4
in 2 files, 140 LOC (3%)
finagle-mux
in 9 files, 1,149 LOC (27%)
finagle-postgresql
in 11 files, 1,198 LOC (28%)
finagle-base-http
in 2 files, 133 LOC (3%)
finagle-mysql
in 2 files, 269 LOC (7%)
finagle-benchmark
in 2 files, 223 LOC (6%)
finagle-http
in 4 files, 688 LOC (22%)
finagle-http2
in 2 files, 206 LOC (8%)
finagle-exp
in 1 file 70 LOC (2%)
finagle-thriftmux
in 1 file 436 LOC (31%)
finagle-netty4-http
in 1 file 194 LOC (17%)
finagle-partitioning
in 1 file 189 LOC (23%)