elastic / kibana
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
241,998 LOC (7%)
1228 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
241,998 LOC (7%)
1228 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)( |:| ).*
".
1228
files match defined criteria (
241,998
LOC,
7.3%
vs. main code):
799
*.ts files (
153,528
LOC)
368
*.tsx files (
77,522
LOC)
45
*.js files (
10,346
LOC)
10
*.scss files (
297
LOC)
4
*.jsonc files (
139
LOC)
1
*.py files (
84
LOC)
1
*.yaml files (
82
LOC)
1,678
lines match the content pattern.
details...
per component - primary logical decomposition
x-pack
in 937 files, 182,854 LOC (7%)
src
in 280 files, 57,564 LOC (8%)
packages
in 11 files, 1,580 LOC (6%)