apache / dubbo-go-pixiu
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
71,612 LOC (38%)
169 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
71,612 LOC (38%)
169 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)( |:| ).*
".
169
files match defined criteria (
71,612
LOC,
38.8%
vs. main code):
157
*.go files (
59,894
LOC)
11
*.yaml files (
10,839
LOC)
1
*.proto files (
879
LOC)
364
lines match the content pattern.
details...
per component - primary logical decomposition
pilot
in 90 files, 33,654 LOC (65%)
manifests
in 11 files, 10,839 LOC (29%)
pkg
in 31 files, 11,691 LOC (37%)
operator
in 8 files, 7,541 LOC (40%)
pixiu
in 8 files, 1,515 LOC (8%)
istioctl
in 7 files, 3,329 LOC (22%)
security
in 5 files, 717 LOC (10%)
tools
in 8 files, 2,190 LOC (38%)
cmd
in 1 file 136 LOC (65%)