aws / amazon-chime-sdk-js
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,907 LOC (19%)
18 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
6,907 LOC (19%)
18 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
18
files match defined criteria (
6,907
lines of code,
19.7%
vs. main code):
16
*.ts files (
6,142
lines of code)
2
*.js files (
765
lines of code)
29
lines match the content pattern.
details...
per component - primary logical decomposition
integration/js
in 2 files, 765 LOC (11%)
src/task
in 4 files, 726 LOC (30%)
src/devicecontroller
in 1 file 1,672 LOC (88%)
src/audiovideocontroller
in 1 file 1,197 LOC (88%)
src/videodownlinkbandwidthpolicy
in 1 file 181 LOC (14%)
src/meetingsession
in 1 file 182 LOC (31%)
src/sdp
in 1 file 509 LOC (95%)
src/signalingclient
in 1 file 383 LOC (77%)
src/statscollector
in 1 file 425 LOC (91%)
src/videoframeprocessor
in 1 file 217 LOC (51%)
src/browserbehavior
in 1 file 262 LOC (88%)
src/volumeindicatoradapter
in 1 file 216 LOC (96%)
src/connectionmonitor
in 1 file 105 LOC (96%)
src/videocaptureandencodeparameter
in 1 file 67 LOC (87%)