apache / thrift
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
58,294 LOC (26%)
104 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
58,294 LOC (26%)
104 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)( |:| ).*
".
104
files match defined criteria (
58,294
LOC,
27.0%
vs. main code):
12
*.cc files (
29,733
LOC)
12
*.rs files (
5,017
LOC)
11
*.d files (
3,765
LOC)
3
*.pas files (
2,288
LOC)
8
*.cpp files (
2,180
LOC)
7
*.c files (
2,160
LOC)
12
*.cs files (
1,960
LOC)
2
*.swift files (
1,722
LOC)
8
*.h files (
1,509
LOC)
4
*.lua files (
1,501
LOC)
5
*.js files (
1,195
LOC)
2
*.tcc files (
1,168
LOC)
3
*.erl files (
969
LOC)
2
*.php files (
799
LOC)
3
*.java files (
734
LOC)
1
*.dart files (
411
LOC)
2
*.rb files (
382
LOC)
1
*.py files (
313
LOC)
2
*.go files (
250
LOC)
1
*.in files (
107
LOC)
1
*.cmake files (
57
LOC)
1
*.mjs files (
44
LOC)
1
*.inc files (
30
LOC)
171
lines match the content pattern.
details...
per component - primary logical decomposition
lib
in 82 files, 27,046 LOC (19%)
compiler
in 13 files, 30,088 LOC (50%)
tutorial
in 1 file 861 LOC (9%)
contrib
in 5 files, 91 LOC (2%)
build
in 2 files, 164 LOC (12%)
ROOT
in 1 file 44 LOC (17%)