opensearch-project / performance-analyzer-rca
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
8,362 LOC (22%)
39 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
8,362 LOC (22%)
39 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
39
files match defined criteria (
8,362
lines of code,
22.3%
vs. main code). All matches are in *.java files.
50
lines match the content pattern.
details...
per component - primary logical decomposition
src/main/java/org/opensearch/performanceanalyzer/rca
in 21 files, 3,854 LOC (22%)
src/main/java/org/opensearch/performanceanalyzer/reader
in 5 files, 2,515 LOC (39%)
src/main/java/org/opensearch/performanceanalyzer/decisionmaker
in 8 files, 1,099 LOC (29%)
src/main/java/org/opensearch/performanceanalyzer/metrics
in 1 file 175 LOC (11%)
src/main/java/org/opensearch/performanceanalyzer
in 1 file 124 LOC (15%)
src/main/java/org/opensearch/performanceanalyzer/jvm
in 1 file 356 LOC (62%)
src/main/java/org/opensearch/performanceanalyzer/reader_writer_shared
in 2 files, 239 LOC (94%)