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
9,278 LOC (8%)
67 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
9,278 LOC (8%)
67 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
67
files match defined criteria (
9,278
lines of code,
9.0%
vs. main code):
66
*.java files (
9,250
lines of code)
1
*.py files (
28
lines of code)
75
lines match the content pattern.
details...
per component - primary logical decomposition
core
in 27 files, 2,664 LOC (8%)
services-custom
in 7 files, 723 LOC (3%)
codegen
in 14 files, 2,711 LOC (13%)
http-clients
in 10 files, 2,361 LOC (21%)
services
in 5 files, 695 LOC (7%)
codegen-lite
in 1 file 70 LOC (2%)
scripts
in 1 file 28 LOC (7%)
archetypes
in 2 files, 26 LOC (30%)