opensearch-project / OpenSearch-Dashboards
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
20,234 LOC (6%)
146 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
20,234 LOC (6%)
146 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
146
files match defined criteria (
20,234
lines of code,
6.8%
vs. main code):
76
*.ts files (
10,120
lines of code)
22
*.tsx files (
4,698
lines of code)
27
*.js files (
4,314
lines of code)
21
*.scss files (
1,102
lines of code)
183
lines match the content pattern.
details...
per component - primary logical decomposition
src/plugins
in 111 files, 16,101 LOC (7%)
src/core
in 18 files, 2,313 LOC (5%)
packages/osd-ui-framework
in 2 files, 215 LOC (2%)
src/dev
in 2 files, 115 LOC (1%)
packages/osd-optimizer
in 1 file 150 LOC (4%)
src/legacy
in 2 files, 352 LOC (18%)
packages/osd-pm
in 1 file 132 LOC (7%)
packages/osd-opensearch
in 1 file 303 LOC (20%)
packages/osd-interpreter
in 1 file 88 LOC (6%)
packages/osd-config
in 2 files, 108 LOC (15%)
src/cli_plugin
in 1 file 38 LOC (5%)
packages/osd-apm-config-loader
in 1 file 110 LOC (40%)
packages/osd-spec-to-console
in 2 files, 96 LOC (70%)
packages/opensearch-datemath
in 1 file 113 LOC (100%)