kubernetes / client-go
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
7,630 LOC (6%)
37 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
7,630 LOC (6%)
37 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
37
files match defined criteria (
7,630
lines of code,
6.6%
vs. main code). All matches are in *.go files.
58
lines match the content pattern.
details...
per component - primary logical decomposition
kubernetes
in 4 files, 241 LOC (<1%)
informers
in 1 file 262 LOC (3%)
tools
in 16 files, 2,693 LOC (38%)
util
in 2 files, 466 LOC (11%)
rest
in 5 files, 1,663 LOC (73%)
testing
in 2 files, 967 LOC (87%)
scale
in 1 file 154 LOC (13%)
pkg
in 1 file 9 LOC (<1%)
dynamic
in 2 files, 418 LOC (40%)
discovery
in 2 files, 514 LOC (54%)
restmapper
in 1 file 243 LOC (56%)