amzn / exoplayer-amazon-port
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
46,058 LOC (27%)
83 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
46,058 LOC (27%)
83 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
83
files match defined criteria (
46,058
lines of code,
27.4%
vs. main code):
81
*.java files (
45,198
lines of code)
2
*.cc files (
860
lines of code)
171
lines match the content pattern.
details...
per component - primary logical decomposition
library/core
in 25 files, 16,136 LOC (29%)
library/extractor
in 24 files, 12,796 LOC (36%)
library/common
in 5 files, 4,048 LOC (24%)
testutils/src
in 4 files, 1,490 LOC (13%)
library/hls
in 7 files, 4,417 LOC (59%)
library/dash
in 1 file 1,230 LOC (18%)
library/datasource
in 3 files, 547 LOC (16%)
library/transformer
in 1 file 350 LOC (13%)
extensions/media2
in 1 file 212 LOC (9%)
extensions/ima
in 2 files, 1,345 LOC (74%)
extensions/cast
in 3 files, 1,293 LOC (77%)
extensions/cronet
in 1 file 909 LOC (72%)
extensions/vp9
in 1 file 569 LOC (63%)
extensions/ffmpeg
in 1 file 291 LOC (42%)
robolectricutils/src
in 2 files, 257 LOC (38%)
library/decoder
in 1 file 118 LOC (19%)
library/database
in 1 file 50 LOC (24%)