apple / swift-package-manager
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
35,718 LOC (62%)
100 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
35,718 LOC (62%)
100 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
100
files match defined criteria (
35,718
lines of code,
62.7%
vs. main code):
99
*.swift files (
35,471
lines of code)
1
*.c files (
247
lines of code)
358
lines match the content pattern.
details...
per component - primary logical decomposition
Sources/Workspace
in 9 files, 5,776 LOC (85%)
Sources/Commands
in 11 files, 4,731 LOC (83%)
Sources/PackageCollections
in 8 files, 2,800 LOC (66%)
Sources/PackageLoading
in 9 files, 3,777 LOC (96%)
Sources/PackageModel
in 8 files, 2,016 LOC (55%)
Sources/PackageGraph
in 10 files, 2,804 LOC (78%)
Sources/Build
in 5 files, 3,200 LOC (95%)
Sources/SPMTestSupport
in 7 files, 791 LOC (24%)
Sources/XCBuildSupport
in 2 files, 1,351 LOC (45%)
Sources/Basics
in 5 files, 1,439 LOC (58%)
Sources/PackageCollectionsSigning
in 1 file 217 LOC (9%)
Sources/PackageDescription
in 3 files, 707 LOC (31%)
Sources/Xcodeproj
in 6 files, 1,808 LOC (97%)
Sources/SPMBuildCore
in 4 files, 917 LOC (67%)
Sources/SourceControl
in 2 files, 1,200 LOC (92%)
Sources/PackagePlugin
in 3 files, 341 LOC (30%)
Sources/PackageRegistry
in 2 files, 923 LOC (92%)
Sources/PackageCollectionsSigningLibc
in 1 file 247 LOC (25%)
Sources/SPMPackageEditor
in 2 files, 505 LOC (100%)
Fixtures/DependencyResolution
in 1 file 1 LOC (<1%)
Sources/SPMLLBuild
in 1 file 167 LOC (100%)