apple / swift-corelibs-foundation
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
76,959 LOC (35%)
121 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
76,959 LOC (35%)
121 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
121
files match defined criteria (
76,959
lines of code,
35.4%
vs. main code):
89
*.swift files (
45,865
lines of code)
16
*.c files (
27,725
lines of code)
13
*.h files (
2,350
lines of code)
2
*.py files (
935
lines of code)
1
*.cmake files (
84
lines of code)
261
lines match the content pattern.
details...
per component - primary logical decomposition
Sources/Foundation
in 40 files, 25,458 LOC (45%)
bootstrap/x86_64-apple-darwin
in 12 files, 1,934 LOC (7%)
Darwin/Foundation-swiftoverlay
in 21 files, 12,090 LOC (62%)
CoreFoundation/Locale.subproj
in 3 files, 4,805 LOC (35%)
CoreFoundation/Base.subproj
in 2 files, 3,063 LOC (25%)
CoreFoundation/URL.subproj
in 3 files, 5,849 LOC (58%)
CoreFoundation/PlugIn.subproj
in 2 files, 2,568 LOC (29%)
CoreFoundation/RunLoop.subproj
in 1 file 3,708 LOC (46%)
Darwin/Foundation-swiftoverlay-Tests
in 11 files, 3,590 LOC (49%)
CoreFoundation/Collections.subproj
in 1 file 892 LOC (12%)
Sources/FoundationNetworking
in 15 files, 4,410 LOC (62%)
CoreFoundation/Parsing.subproj
in 3 files, 4,642 LOC (71%)
CoreFoundation/NumberDate.subproj
in 2 files, 2,614 LOC (68%)
Sources/FoundationXML
in 2 files, 317 LOC (14%)
lib
in 1 file 413 LOC (31%)
ROOT
in 1 file 522 LOC (100%)
cmake/modules
in 1 file 84 LOC (31%)