aws / aws-sdk-java-v2
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
13,943 LOC (7%)
90 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
13,943 LOC (7%)
90 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)( |:| ).*
".
90
files match defined criteria (
13,943
LOC,
7.1%
vs. main code):
88
*.java files (
13,654
LOC)
1
*.xml files (
261
LOC)
1
*.py files (
28
LOC)
102
lines match the content pattern.
details...
per component - primary logical decomposition
core
in 31 files, 3,513 LOC (5%)
services
in 20 files, 2,819 LOC (7%)
codegen
in 17 files, 3,455 LOC (9%)
services-custom
in 5 files, 1,000 LOC (3%)
http-clients
in 10 files, 2,223 LOC (17%)
utils
in 1 file 448 LOC (7%)
v2-migration
in 1 file 96 LOC (1%)
codegen-lite
in 1 file 74 LOC (2%)
build-tools
in 1 file 261 LOC (38%)
scripts
in 1 file 28 LOC (6%)
archetypes
in 2 files, 26 LOC (14%)