azure / azure-sdk-tools
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
21,552 LOC (13%)
80 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
21,552 LOC (13%)
80 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
80
files match defined criteria (
21,552
LOC,
13.8%
vs. main code):
27
*.cs files (
5,362
LOC)
15
*.py files (
5,260
LOC)
21
*.ts files (
5,229
LOC)
6
*.ps1 files (
2,156
LOC)
4
*.go files (
1,566
LOC)
4
*.java files (
1,363
LOC)
2
*.swift files (
314
LOC)
1
*.yaml files (
302
LOC)
114
lines match the content pattern.
details...
per component - primary logical decomposition
tools
in 49 files, 13,500 LOC (17%)
src
in 13 files, 3,763 LOC (7%)
eng
in 5 files, 1,642 LOC (8%)
packages
in 13 files, 2,647 LOC (20%)