apple / foundationdb
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
245,617 LOC (60%)
191 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
245,617 LOC (60%)
191 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
191
files match defined criteria (
245,617
lines of code,
60.1%
vs. main code):
115
*.cpp files (
137,257
lines of code)
4
*.c files (
76,221
lines of code)
55
*.h files (
28,651
lines of code)
13
*.java files (
1,409
lines of code)
1
*.cs files (
1,190
lines of code)
2
*.py files (
556
lines of code)
1
*.cmake files (
333
lines of code)
714
lines match the content pattern.
details...
per component - primary logical decomposition
fdbserver
in 83 files, 162,406 LOC (78%)
fdbclient
in 46 files, 39,143 LOC (56%)
flow
in 18 files, 16,493 LOC (41%)
bindings
in 6 files, 3,068 LOC (11%)
fdbrpc
in 16 files, 12,897 LOC (59%)
fdbcli
in 4 files, 3,530 LOC (49%)
fdbbackup
in 1 file 3,796 LOC (78%)
recipes
in 12 files, 1,309 LOC (41%)
fdbmonitor
in 1 file 1,433 LOC (47%)
cmake
in 1 file 333 LOC (12%)
layers
in 2 files, 556 LOC (23%)
fdbservice
in 1 file 653 LOC (75%)