elastic / elasticsearch
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
426,305 LOC (22%)
1237 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
426,305 LOC (22%)
1237 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)( |:| ).*
".
1237
files match defined criteria (
426,305
LOC,
22.2%
vs. main code):
1,215
*.java files (
422,284
LOC)
15
*.st files (
3,787
LOC)
2
*.policy files (
156
LOC)
5
*.yaml files (
78
LOC)
1,894
lines match the content pattern.
details...
per component - primary logical decomposition
x-pack
in 723 files, 208,157 LOC (21%)
server
in 414 files, 186,821 LOC (26%)
modules
in 49 files, 19,294 LOC (14%)
libs
in 22 files, 5,116 LOC (13%)
build-tools-internal
in 8 files, 1,257 LOC (7%)
qa
in 1 file 292 LOC (3%)
benchmarks
in 5 files, 1,672 LOC (19%)
plugins
in 9 files, 970 LOC (11%)
build-tools
in 2 files, 1,643 LOC (22%)
distribution
in 2 files, 303 LOC (6%)
client
in 1 file 677 LOC (19%)
build-conventions
in 1 file 103 LOC (5%)