guardian / grid
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
19,844 LOC (34%)
115 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
19,844 LOC (34%)
115 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)( |:| ).*
".
115
files match defined criteria (
19,844
LOC,
34.4%
vs. main code):
69
*.scala files (
10,151
LOC)
32
*.js files (
5,175
LOC)
4
*.css files (
2,702
LOC)
8
*.html files (
1,190
LOC)
1
*.java files (
421
LOC)
1
*.sbt files (
205
LOC)
228
lines match the content pattern.
details...
per component - primary logical decomposition
kahuna
in 45 files, 9,140 LOC (40%)
scripts
in 2 files, 772 LOC (5%)
common-lib
in 41 files, 4,639 LOC (51%)
thrall
in 4 files, 1,184 LOC (41%)
media-api
in 6 files, 1,561 LOC (58%)
image-loader
in 5 files, 1,165 LOC (59%)
usage
in 2 files, 384 LOC (24%)
rest-lib
in 3 files, 126 LOC (13%)
metadata-editor
in 3 files, 376 LOC (52%)
cropper
in 2 files, 251 LOC (50%)
collections
in 1 file 41 LOC (11%)
ROOT
in 1 file 205 LOC (67%)