mysql / mysql-connector-cpp
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
59,962 LOC (19%)
135 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
59,962 LOC (19%)
135 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)( |:| ).*
".
135
files match defined criteria (
59,962
LOC,
19.1%
vs. main code):
63
*.h files (
26,145
LOC)
29
*.cc files (
13,289
LOC)
4
*.c files (
7,942
LOC)
11
*.cpp files (
6,293
LOC)
23
*.cmake files (
4,538
LOC)
4
*.in files (
1,637
LOC)
1
*.proto files (
118
LOC)
297
lines match the content pattern.
details...
per component - primary logical decomposition
cdk
in 65 files, 34,278 LOC (13%)
jdbc
in 30 files, 9,366 LOC (26%)
include
in 15 files, 4,861 LOC (71%)
common
in 6 files, 4,296 LOC (80%)
xapi
in 5 files, 2,681 LOC (87%)
devapi
in 5 files, 1,657 LOC (100%)
ROOT
in 3 files, 1,142 LOC (71%)
packaging
in 2 files, 379 LOC (30%)
cmake
in 2 files, 868 LOC (76%)
testing
in 2 files, 434 LOC (100%)