elastic / docs
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,838 LOC (28%)
21 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
8,838 LOC (28%)
21 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)( |:| ).*
".
21
files match defined criteria (
8,838
LOC,
28.7%
vs. main code):
11
*.rb files (
5,763
LOC)
4
*.js files (
1,389
LOC)
1
*.pl files (
920
LOC)
1
*.pm files (
408
LOC)
1
*.pcss files (
120
LOC)
1
*.html files (
91
LOC)
1
*.jsx files (
84
LOC)
1
*.yaml files (
63
LOC)
43
lines match the content pattern.
details...
per component - primary logical decomposition
resources
in 9 files, 3,938 LOC (28%)
integtest
in 7 files, 3,167 LOC (60%)
ROOT
in 2 files, 983 LOC (27%)
lib
in 1 file 408 LOC (19%)
preview
in 1 file 174 LOC (22%)
template
in 1 file 168 LOC (87%)