facebook / fbthrift
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
43,346 LOC (17%)
99 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
43,346 LOC (17%)
99 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
99
files match defined criteria (
43,346
lines of code,
17.3%
vs. main code):
10
*.cc files (
14,431
lines of code)
33
*.h files (
10,397
lines of code)
20
*.cpp files (
8,551
lines of code)
12
*.py files (
4,084
lines of code)
7
*.mustache files (
1,756
lines of code)
3
*.rs files (
946
lines of code)
3
*.pyx files (
922
lines of code)
2
*.cmake files (
781
lines of code)
3
*.go files (
765
lines of code)
5
*.java files (
475
lines of code)
1
*.thrift files (
238
lines of code)
146
lines match the content pattern.
details...
per component - primary logical decomposition
thrift/lib
in 62 files, 21,357 LOC (14%)
thrift/compiler
in 21 files, 16,804 LOC (21%)
build/fbcode_builder
in 10 files, 3,825 LOC (43%)
thrift/conformance
in 2 files, 877 LOC (17%)
thrift/perf
in 4 files, 483 LOC (14%)