apache / doris
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
305,727 LOC (20%)
622 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
305,727 LOC (20%)
622 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)( |:| ).*
".
622
files match defined criteria (
305,727
LOC,
20.7%
vs. main code):
309
*.java files (
158,395
LOC)
161
*.cpp files (
94,448
LOC)
107
*.h files (
32,594
LOC)
23
*.groovy files (
5,542
LOC)
3
*.g4 files (
3,375
LOC)
3
*.hpp files (
2,899
LOC)
1
*.py files (
2,783
LOC)
3
*.proto files (
2,563
LOC)
6
*.thrift files (
2,065
LOC)
2
*.c files (
499
LOC)
1
*.cc files (
386
LOC)
2
*.sql files (
110
LOC)
1
*.tpl files (
68
LOC)
1,107
lines match the content pattern.
details...
per component - primary logical decomposition
fe
in 304 files, 160,053 LOC (25%)
be
in 254 files, 112,634 LOC (27%)
regression-test
in 27 files, 5,746 LOC (1%)
cloud
in 19 files, 18,054 LOC (60%)
docker
in 1 file 68 LOC (<1%)
gensrc
in 9 files, 4,628 LOC (33%)
pytest
in 1 file 2,783 LOC (20%)
extension
in 1 file 92 LOC (1%)
fs_brokers
in 1 file 1,178 LOC (46%)
fe_plugins
in 4 files, 353 LOC (30%)
common
in 1 file 138 LOC (21%)