microsoft / microsoft-ui-xaml
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
34,946 LOC (10%)
47 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
34,946 LOC (10%)
47 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
47
files match defined criteria (
34,946
lines of code,
10.7%
vs. main code):
18
*.cpp files (
21,257
lines of code)
16
*.cs files (
12,416
lines of code)
3
*.ps1 files (
582
lines of code)
7
*.h files (
461
lines of code)
3
*.xaml files (
230
lines of code)
100
lines match the content pattern.
details...
per component - primary logical decomposition
dev/ScrollPresenter
in 3 files, 8,535 LOC (23%)
dev/NavigationView
in 7 files, 8,002 LOC (28%)
dev/Materials
in 4 files, 969 LOC (4%)
dev/Repeater
in 10 files, 4,774 LOC (21%)
dev/TreeView
in 1 file 2,247 LOC (24%)
dev/WebView2
in 2 files, 3,932 LOC (53%)
dev/SwipeControl
in 1 file 35 LOC (<1%)
dev/TabView
in 3 files, 2,188 LOC (35%)
dev/PullToRefresh
in 1 file 533 LOC (10%)
dev/Breadcrumb
in 1 file 100 LOC (2%)
dev/Lights
in 1 file 832 LOC (24%)
dev/dll
in 1 file 31 LOC (<1%)
dev/RatingControl
in 4 files, 1,716 LOC (56%)
dev/inc
in 1 file 158 LOC (6%)
dev/TwoPaneView
in 1 file 116 LOC (6%)
build
in 1 file 293 LOC (26%)
tools
in 1 file 68 LOC (6%)
ROOT
in 1 file 221 LOC (21%)
dev/CommonManaged
in 1 file 120 LOC (53%)
tools/GenerateNewControlProjectFiles
in 1 file 19 LOC (9%)
tools/MUXBaselineResourcesGenerator
in 1 file 57 LOC (35%)