facebook / react-native
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
60,749 LOC (22%)
211 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
60,749 LOC (22%)
211 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
211
files match defined criteria (
60,749
lines of code,
22.8%
vs. main code):
44
*.java files (
17,078
lines of code)
44
*.cpp files (
13,782
lines of code)
46
*.js files (
9,658
lines of code)
15
*.m files (
7,401
lines of code)
25
*.mm files (
6,235
lines of code)
30
*.h files (
4,480
lines of code)
2
*.bzl files (
854
lines of code)
2
*.kt files (
635
lines of code)
1
*.rb files (
589
lines of code)
2
*.pro files (
37
lines of code)
351
lines match the content pattern.
details...
per component - primary logical decomposition
Libraries
in 54 files, 11,744 LOC (14%)
ReactAndroid
in 57 files, 20,705 LOC (28%)
ReactCommon
in 55 files, 15,412 LOC (28%)
React
in 25 files, 9,068 LOC (25%)
packages
in 15 files, 2,031 LOC (13%)
scripts
in 3 files, 995 LOC (41%)
tools
in 1 file 325 LOC (48%)
flow
in 1 file 469 LOC (80%)