microsoft / WPF-Samples
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
13,333 LOC (10%)
29 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
13,333 LOC (10%)
29 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
29
files match defined criteria (
13,333
lines of code,
10.6%
vs. main code):
18
*.cs files (
10,175
lines of code)
2
*.xaml files (
2,241
lines of code)
6
*.cpp files (
864
lines of code)
3
*.h files (
53
lines of code)
153
lines match the content pattern.
details...
per component - primary logical decomposition
Sample Applications
in 7 files, 3,640 LOC (14%)
Getting Started
in 1 file 1,856 LOC (9%)
Graphics
in 1 file 385 LOC (2%)
Documents
in 9 files, 5,579 LOC (37%)
Migration and Interoperability
in 10 files, 1,082 LOC (21%)
Accessibility
in 1 file 791 LOC (18%)