aws / amazon-ecs-agent
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
12,344 LOC (24%)
33 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
12,344 LOC (24%)
33 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
33
files match defined criteria (
12,344
lines of code,
24.1%
vs. main code):
31
*.go files (
12,262
lines of code)
2
*.ps1 files (
82
lines of code)
52
lines match the content pattern.
details...
per component - primary logical decomposition
agent/api
in 5 files, 3,184 LOC (54%)
agent/engine
in 6 files, 3,478 LOC (60%)
agent/taskresource
in 2 files, 776 LOC (14%)
agent/dockerclient
in 3 files, 1,436 LOC (45%)
agent/app
in 3 files, 1,275 LOC (55%)
agent/handlers
in 2 files, 397 LOC (17%)
agent/stats
in 1 file 588 LOC (33%)
agent/tcs
in 2 files, 342 LOC (26%)
agent/eni
in 2 files, 204 LOC (17%)
agent/logger
in 1 file 41 LOC (4%)
agent/wsclient
in 1 file 47 LOC (6%)
agent/eventhandler
in 1 file 283 LOC (45%)
agent/statemanager
in 1 file 130 LOC (31%)
misc/windows-deploy
in 1 file 68 LOC (21%)
agent/doctor
in 1 file 81 LOC (35%)
misc/volumes-test
in 1 file 14 LOC (100%)