firebase / firebase-ios-sdk
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
23,240 LOC (10%)
66 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
23,240 LOC (10%)
66 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
66
files match defined criteria (
23,240
lines of code,
10.5%
vs. main code):
43
*.m files (
14,999
lines of code)
1
*.py files (
3,460
lines of code)
12
*.swift files (
3,378
lines of code)
3
*.c files (
1,272
lines of code)
7
*.h files (
131
lines of code)
104
lines match the content pattern.
details...
per component - primary logical decomposition
FirebaseDatabase
in 14 files, 6,698 LOC (37%)
Crashlytics
in 13 files, 3,128 LOC (21%)
FirebaseAuth
in 3 files, 1,925 LOC (14%)
FirebaseInAppMessaging
in 3 files, 433 LOC (5%)
scripts
in 2 files, 3,621 LOC (53%)
FirebaseRemoteConfig
in 6 files, 1,229 LOC (34%)
ReleaseTooling
in 5 files, 1,255 LOC (36%)
FirebaseAppCheck
in 2 files, 308 LOC (9%)
FirebaseStorage
in 4 files, 523 LOC (16%)
FirebaseMLModelDownloader
in 3 files, 730 LOC (23%)
FirebaseDynamicLinks
in 2 files, 886 LOC (30%)
FirebaseInstallations
in 1 file 310 LOC (13%)
FirebaseCore
in 3 files, 944 LOC (48%)
ROOT
in 1 file 1,126 LOC (100%)
Example
in 1 file 70 LOC (9%)
FirebaseTestingSupport
in 2 files, 18 LOC (14%)
FirebaseStorageSwift
in 1 file 36 LOC (33%)