JetBrains / CMake
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
233,209 LOC (29%)
228 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
233,209 LOC (29%)
228 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)( |:| ).*
".
228
files match defined criteria (
233,209
LOC,
29.1%
vs. main code):
80
*.cxx files (
98,477
LOC)
73
*.c files (
97,710
LOC)
37
*.cmake files (
21,155
LOC)
31
*.h files (
11,753
LOC)
2
*.cpp files (
2,763
LOC)
1
*.py files (
522
LOC)
1
*.el files (
461
LOC)
3
*.in files (
368
LOC)
515
lines match the content pattern.
details...
per component - primary logical decomposition
Utilities
in 91 files, 101,377 LOC (25%)
Source
in 95 files, 110,210 LOC (37%)
Modules
in 35 files, 21,002 LOC (19%)
Help
in 5 files, 65 LOC (5%)
Auxiliary
in 2 files, 555 LOC (77%)