apache / impala
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
270,877 LOC (43%)
653 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
270,877 LOC (43%)
653 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)( |:| ).*
".
653
files match defined criteria (
270,877
LOC,
43.5%
vs. main code):
220
*.cc files (
126,434
LOC)
204
*.java files (
87,994
LOC)
194
*.h files (
43,790
LOC)
8
*.py files (
4,687
LOC)
13
*.thrift files (
3,340
LOC)
2
*.sql files (
2,005
LOC)
7
*.proto files (
1,644
LOC)
4
*.cpp files (
892
LOC)
1
*.cmake files (
91
LOC)
1,495
lines match the content pattern.
details...
per component - primary logical decomposition
be
in 383 files, 154,423 LOC (43%)
fe
in 187 files, 85,430 LOC (65%)
common
in 59 files, 23,549 LOC (23%)
java
in 17 files, 2,564 LOC (21%)
shell
in 4 files, 2,815 LOC (72%)
docker
in 2 files, 2,005 LOC (69%)
cmake_modules
in 1 file 91 LOC (4%)