microsoft / BuildXL
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
265,033 LOC (43%)
532 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
265,033 LOC (43%)
532 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
532
files match defined criteria (
265,033
lines of code,
43.1%
vs. main code):
495
*.cs files (
221,495
lines of code)
7
*.ts files (
28,771
lines of code)
14
*.cpp files (
11,311
lines of code)
4
*.h files (
765
lines of code)
3
*.mm files (
644
lines of code)
2
*.cmd files (
600
lines of code)
3
*.csl files (
587
lines of code)
1
*.ps1 files (
570
lines of code)
3
*.hpp files (
290
lines of code)
1,273
lines match the content pattern.
details...
per component - primary logical decomposition
Public/Src
in 522 files, 261,511 LOC (43%)
Shared/Scripts
in 5 files, 1,325 LOC (31%)
Private/Wdg
in 1 file 1,134 LOC (33%)
Private/CloudStorePlayground
in 1 file 280 LOC (23%)
ROOT
in 1 file 432 LOC (42%)
Private/CloudTest
in 2 files, 351 LOC (42%)