opensearch-project / anomaly-detection
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,845 LOC (23%)
20 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
8,845 LOC (23%)
20 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
20
files match defined criteria (
8,845
lines of code,
24.0%
vs. main code). All matches are in *.java files.
29
lines match the content pattern.
details...
per component - primary logical decomposition
src/main/java/org/opensearch/ad/transport
in 1 file 167 LOC (1%)
src/main/java/org/opensearch/ad/model
in 1 file 627 LOC (11%)
src/main/java/org/opensearch/ad/task
in 2 files, 3,464 LOC (75%)
src/main/java/org/opensearch/ad
in 2 files, 748 LOC (24%)
src/main/java/org/opensearch/ad/rest
in 6 files, 1,079 LOC (43%)
src/main/java/org/opensearch/ad/ml
in 1 file 45 LOC (2%)
src/main/java/org/opensearch/ad/feature
in 2 files, 1,204 LOC (77%)
src/main/java/org/opensearch/ad/util
in 1 file 163 LOC (12%)
src/main/java/org/opensearch/ad/caching
in 1 file 604 LOC (54%)
src/main/java/org/opensearch/ad/settings
in 2 files, 682 LOC (85%)
src/main/java/org/opensearch/ad/constant
in 1 file 62 LOC (40%)