awslabs / aws-servicebroker
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
6,641 LOC (22%)
16 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
6,641 LOC (22%)
16 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
16
files match defined criteria (
6,641
lines of code,
22.5%
vs. main code):
13
*.py files (
5,385
lines of code)
2
*.go files (
870
lines of code)
1
*.yaml files (
386
lines of code)
22
lines match the content pattern.
details...
per component - primary logical decomposition
sample-apps/rds
in 3 files, 4,060 LOC (68%)
pkg/broker
in 2 files, 870 LOC (45%)
templates/s3
in 1 file 386 LOC (98%)
sample-apps/route53
in 1 file 186 LOC (54%)
sample-apps/redshift
in 1 file 161 LOC (52%)
sample-apps/emr
in 1 file 162 LOC (52%)
sample-apps/sqs
in 1 file 146 LOC (48%)
sample-apps/dynamodb
in 1 file 172 LOC (57%)
sample-apps/elasticache
in 1 file 176 LOC (59%)
sample-apps/s3
in 1 file 168 LOC (57%)
sample-apps/sns
in 1 file 78 LOC (48%)
functions/get_cidrs
in 1 file 38 LOC (100%)
functions/get_emrcidrs
in 1 file 38 LOC (100%)