kubernetes / code-generator
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
4,795 LOC (49%)
22 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
4,795 LOC (49%)
22 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
22
files match defined criteria (
4,795
lines of code,
49.9%
vs. main code). All matches are in *.go files.
57
lines match the content pattern.
details...
per component - primary logical decomposition
cmd/client-gen
in 7 files, 1,662 LOC (54%)
cmd/go-to-protobuf
in 4 files, 1,338 LOC (75%)
cmd/applyconfiguration-gen
in 2 files, 98 LOC (7%)
cmd/informer-gen
in 2 files, 176 LOC (16%)
cmd/conversion-gen
in 2 files, 1,026 LOC (95%)
cmd/prerelease-lifecycle-gen
in 2 files, 404 LOC (94%)
cmd/lister-gen
in 1 file 31 LOC (7%)
cmd/deepcopy-gen
in 1 file 30 LOC (53%)
cmd/defaulter-gen
in 1 file 30 LOC (53%)