JetBrains / renderdoc
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
98,370 LOC (15%)
75 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
98,370 LOC (15%)
75 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)( |:| ).*
".
75
files match defined criteria (
98,370
LOC,
15.1%
vs. main code):
58
*.cpp files (
87,300
LOC)
15
*.h files (
10,702
LOC)
1
*.natvis files (
230
LOC)
1
*.mm files (
138
LOC)
295
lines match the content pattern.
details...
per component - primary logical decomposition
renderdoc
in 66 files, 89,820 LOC (17%)
qrenderdoc
in 8 files, 8,130 LOC (6%)
jetbrains
in 1 file 420 LOC (12%)