apple / swift-experimental-string-processing
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
11,654 LOC (52%)
68 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
11,654 LOC (52%)
68 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
68
files match defined criteria (
11,654
lines of code,
52.6%
vs. main code). All matches are in *.swift files.
307
lines match the content pattern.
details...
per component - primary logical decomposition
Sources/_StringProcessing/RegexDSL
in 2 files, 327 LOC (5%)
Sources/_MatchingEngine/Regex
in 16 files, 3,979 LOC (86%)
Sources/_StringProcessing/Algorithms
in 11 files, 1,237 LOC (59%)
Sources/_StringProcessing
in 6 files, 1,511 LOC (81%)
Sources/_MatchingEngine/Engine
in 10 files, 1,246 LOC (96%)
Sources/_MatchingEngine/Utility
in 5 files, 1,102 LOC (86%)
Sources/Prototypes/PEG
in 7 files, 960 LOC (85%)
Sources/_StringProcessing/Legacy
in 3 files, 535 LOC (66%)
Sources/Exercises/Participants
in 2 files, 163 LOC (66%)
Sources/Prototypes/TourOfTypes
in 2 files, 160 LOC (100%)
Sources/_Unicode
in 2 files, 146 LOC (92%)
Sources/Prototypes/PTCaRet
in 1 file 147 LOC (96%)
Sources/Prototypes/Combinators
in 1 file 141 LOC (100%)