microsoft / referencesource
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
40,768 LOC (1%)
53 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
40,768 LOC (1%)
53 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
53
files match defined criteria (
40,768
lines of code,
1.3%
vs. main code):
36
*.cs files (
26,056
lines of code)
16
*.vb files (
14,638
lines of code)
1
*.js files (
74
lines of code)
78
lines match the content pattern.
details...
per component - primary logical decomposition
System.Data
in 2 files, 3,890 LOC (<1%)
mscorlib
in 2 files, 139 LOC (<1%)
System.Web
in 10 files, 3,436 LOC (1%)
System
in 4 files, 6,074 LOC (2%)
System.Xml
in 1 file 605 LOC (<1%)
System.Workflow.ComponentModel
in 2 files, 1,899 LOC (2%)
System.Web.Mobile
in 1 file 274 LOC (<1%)
Microsoft.VisualBasic
in 16 files, 14,638 LOC (32%)
System.Web.Extensions
in 2 files, 198 LOC (<1%)
Microsoft.CSharp
in 8 files, 7,358 LOC (22%)
System.ServiceModel.Activities
in 3 files, 201 LOC (<1%)
System.Messaging
in 1 file 118 LOC (1%)
Microsoft.Bcl
in 1 file 1,938 LOC (21%)