twitter / scalding
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
12,832 LOC (27%)
54 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
12,832 LOC (27%)
54 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)( |:| ).*
".
54
files match defined criteria (
12,832
LOC,
27.5%
vs. main code):
50
*.scala files (
11,400
LOC)
1
*.sbt files (
670
LOC)
1
*.rb files (
478
LOC)
2
*.java files (
284
LOC)
101
lines match the content pattern.
details...
per component - primary logical decomposition
scalding-core
in 22 files, 4,656 LOC (25%)
scalding-base
in 10 files, 4,049 LOC (38%)
scalding-serialization
in 2 files, 379 LOC (10%)
scalding-parquet
in 1 file 122 LOC (6%)
scalding-commons
in 3 files, 327 LOC (23%)
scalding-beam
in 1 file 211 LOC (18%)
maple
in 1 file 162 LOC (16%)
scalding-spark
in 2 files, 514 LOC (52%)
scalding-dagon
in 2 files, 570 LOC (58%)
scripts
in 1 file 478 LOC (49%)
ROOT
in 1 file 670 LOC (100%)
scalding-date
in 2 files, 102 LOC (20%)
scalding-hadoop-test
in 3 files, 184 LOC (46%)
scalding-hraven
in 1 file 203 LOC (74%)
scalding-args
in 1 file 141 LOC (81%)
scalding-json
in 1 file 64 LOC (60%)