microsoft / Ironclad
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
16,008 LOC (25%)
72 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
16,008 LOC (25%)
72 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
72
files match defined criteria (
16,008
lines of code,
25.5%
vs. main code):
68
*.cs files (
12,472
lines of code)
3
*.fs files (
3,361
lines of code)
1
*.py files (
175
lines of code)
136
lines match the content pattern.
details...
per component - primary logical decomposition
ironclad-apps/tools/NuBuild
in 32 files, 4,499 LOC (36%)
ironclad-apps/tools/NuBuild2
in 32 files, 4,493 LOC (36%)
ironclad-apps/tools/DafnySpec
in 2 files, 2,012 LOC (45%)
ironclad-apps/tools/DafnyCC
in 1 file 1,239 LOC (29%)
ironclad-apps/tools/Beat
in 1 file 1,856 LOC (94%)
ironclad-apps/tools/BoogieAsm
in 2 files, 1,505 LOC (83%)
ironfleet/src/Dafny
in 1 file 229 LOC (16%)
ironfleet/tools/scripts
in 1 file 175 LOC (22%)