microsoft / xlang
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,122 LOC (46%)
12 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
34,122 LOC (46%)
12 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
12
files match defined criteria (
34,122
lines of code,
46.6%
vs. main code):
2
*.hpp files (
25,804
lines of code)
6
*.h files (
7,212
lines of code)
3
*.cpp files (
1,064
lines of code)
1
*.yml files (
42
lines of code)
28
lines match the content pattern.
details...
per component - primary logical decomposition
library
in 1 file 12,902 LOC (93%)
UndockedRegFreeWinRT/Catch
in 1 file 12,902 LOC (100%)
tool/cppxlang
in 3 files, 3,821 LOC (32%)
tool/abi
in 1 file 589 LOC (12%)
tool/python
in 4 files, 3,511 LOC (77%)
UndockedRegFreeWinRT/UndockedRegFreeWinRT
in 1 file 355 LOC (20%)
scripts/windows
in 1 file 42 LOC (40%)