microsoft / sarif-sdk
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
9,244 LOC (7%)
33 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
9,244 LOC (7%)
33 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
33
files match defined criteria (
9,244
lines of code,
7.5%
vs. main code):
32
*.cs files (
9,213
lines of code)
1
*.ps1 files (
31
lines of code)
46
lines match the content pattern.
details...
per component - primary logical decomposition
src/Sarif
in 7 files, 2,986 LOC (7%)
src/Test.FunctionalTests.Sarif
in 2 files, 507 LOC (1%)
src/Test.UnitTests.Sarif
in 3 files, 477 LOC (3%)
src/Sarif.Converters
in 5 files, 2,162 LOC (24%)
src/Sarif.Multitool.Library
in 2 files, 198 LOC (4%)
src/Sarif.Driver
in 4 files, 1,771 LOC (42%)
src/Test.UnitTests.Sarif.Driver
in 1 file 39 LOC (1%)
src/Test.UnitTests.Sarif.Multitool.Library
in 1 file 166 LOC (10%)
src/WorkItems
in 3 files, 352 LOC (33%)
src/Test.EndToEnd.Baselining
in 1 file 250 LOC (28%)
src/Sarif.WorkItems
in 3 files, 305 LOC (34%)
src/TypeScript
in 1 file 31 LOC (86%)