microsoft / AdaptiveCards
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
10,573 LOC (5%)
39 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
10,573 LOC (5%)
39 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
39
files match defined criteria (
10,573
lines of code,
5.8%
vs. main code):
4
*.cpp files (
5,040
lines of code)
9
*.java files (
1,641
lines of code)
15
*.cs files (
1,517
lines of code)
4
*.js files (
898
lines of code)
2
*.ts files (
477
lines of code)
2
*.h files (
391
lines of code)
1
*.ejs files (
286
lines of code)
1
*.mm files (
206
lines of code)
1
*.tsx files (
117
lines of code)
57
lines match the content pattern.
details...
per component - primary logical decomposition
source/android/adaptivecards
in 9 files, 1,641 LOC (3%)
source/shared/cpp
in 2 files, 4,846 LOC (18%)
source/ios/AdaptiveCards
in 1 file 206 LOC (1%)
source/dotnet/Library
in 8 files, 683 LOC (4%)
source/uwp/Renderer
in 1 file 520 LOC (4%)
source/nodejs/adaptivecards-site
in 4 files, 892 LOC (19%)
source/uwp/Visualizer
in 2 files, 229 LOC (12%)
source/uwp/AdaptiveCardTestApp
in 1 file 48 LOC (3%)
source/nodejs/ac-typed-schema
in 1 file 317 LOC (22%)
source/uwp/PerfApp
in 1 file 60 LOC (7%)
source/nodejs/marked-schema
in 1 file 292 LOC (48%)
source/uwp/UWPUITests
in 2 files, 442 LOC (77%)
source/nodejs/adaptivecards-templating
in 1 file 160 LOC (32%)
source/uwp/UWPUITestApp
in 1 file 57 LOC (16%)
source/uwp/ObjectModelTest
in 2 files, 5 LOC (1%)
source/nodejs/adaptivecards-react
in 1 file 117 LOC (87%)
source/uwp/UWPObjectModelTest
in 1 file 58 LOC (73%)