golang / text
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
110,244 LOC (20%)
126 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
110,244 LOC (20%)
126 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
126
files match defined criteria (
110,244
lines of code,
20.3%
vs. main code). All matches are in *.go files.
427
lines match the content pattern.
details...
per component - primary logical decomposition
encoding
in 14 files, 4,846 LOC (3%)
unicode
in 17 files, 81,280 LOC (63%)
collate
in 6 files, 1,926 LOC (2%)
date
in 1 file 291 LOC (<1%)
language
in 10 files, 2,317 LOC (4%)
secure
in 5 files, 680 LOC (3%)
internal
in 32 files, 11,187 LOC (66%)
search
in 2 files, 246 LOC (2%)
width
in 2 files, 307 LOC (4%)
currency
in 3 files, 367 LOC (11%)
message
in 11 files, 3,148 LOC (99%)
cases
in 9 files, 1,760 LOC (100%)
feature
in 1 file 184 LOC (14%)
cmd
in 5 files, 414 LOC (94%)
transform
in 1 file 427 LOC (100%)
runes
in 2 files, 391 LOC (100%)
ROOT
in 2 files, 238 LOC (99%)
number
in 3 files, 235 LOC (99%)