JetBrains / external-annotations-dotnet-runtime
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
917,808 LOC (24%)
1076 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
917,808 LOC (24%)
1076 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)( |:| ).*
".
1076
files match defined criteria (
917,808
LOC,
24.5%
vs. main code):
220
*.cpp files (
345,856
LOC)
191
*.c files (
239,290
LOC)
437
*.cs files (
216,150
LOC)
133
*.h files (
80,005
LOC)
28
*.ts files (
11,947
LOC)
8
*.hpp files (
7,155
LOC)
3
*.inl files (
4,090
LOC)
17
*.targets files (
3,114
LOC)
6
*.asm files (
2,545
LOC)
9
*.proj files (
2,541
LOC)
3
*.py files (
2,346
LOC)
11
*.props files (
841
LOC)
1
*.cmd files (
494
LOC)
1
*.xml files (
353
LOC)
1
*.m files (
314
LOC)
2
*.in files (
253
LOC)
1
*.ps1 files (
231
LOC)
1
*.inc files (
209
LOC)
2
*.cmake files (
52
LOC)
1
*.pl files (
22
LOC)
3,061
lines match the content pattern.
details...
per component - primary logical decomposition
src
in 1065 files, 916,336 LOC (24%)
eng
in 10 files, 1,149 LOC (8%)
ROOT
in 1 file 323 LOC (60%)