microsoft / pai
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
5,159 LOC (6%)
19 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
5,159 LOC (6%)
19 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
19
files match defined criteria (
5,159
lines of code,
6.9%
vs. main code):
5
*.java files (
2,920
lines of code)
8
*.py files (
1,146
lines of code)
2
*.js files (
674
lines of code)
3
*.jsx files (
326
lines of code)
1
*.ejs files (
93
lines of code)
26
lines match the content pattern.
details...
per component - primary logical decomposition
src/webportal
in 4 files, 419 LOC (1%)
subprojects/frameworklauncher
in 5 files, 2,920 LOC (24%)
src/rest-server
in 2 files, 674 LOC (7%)
src/job-exporter
in 1 file 656 LOC (45%)
deployment/paiLibrary
in 1 file 33 LOC (4%)
deployment
in 2 files, 228 LOC (35%)
contrib/autoscaler
in 2 files, 124 LOC (38%)
src/utilities
in 2 files, 105 LOC (100%)