golang / build
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
32,120 LOC (51%)
57 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
32,120 LOC (51%)
57 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
57
files match defined criteria (
32,120
lines of code,
51.2%
vs. main code):
55
*.go files (
31,721
lines of code)
2
*.proto files (
399
lines of code)
187
lines match the content pattern.
details...
per component - primary logical decomposition
cmd
in 21 files, 15,011 LOC (59%)
internal
in 7 files, 1,480 LOC (11%)
maintner
in 14 files, 8,539 LOC (91%)
devapp
in 3 files, 449 LOC (16%)
dashboard
in 1 file 2,387 LOC (100%)
buildlet
in 3 files, 1,267 LOC (68%)
kubernetes
in 4 files, 1,483 LOC (84%)
gerrit
in 1 file 668 LOC (73%)
version
in 1 file 504 LOC (74%)
buildenv
in 1 file 228 LOC (100%)
types
in 1 file 104 LOC (100%)