mysql / mysql-connector-odbc
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
29,032 LOC (20%)
46 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
29,032 LOC (20%)
46 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)( |:| ).*
".
46
files match defined criteria (
29,032
LOC,
20.8%
vs. main code):
24
*.cc files (
21,871
LOC)
16
*.h files (
4,027
LOC)
3
*.cmake files (
1,904
LOC)
2
*.cpp files (
995
LOC)
1
*.in files (
235
LOC)
97
lines match the content pattern.
details...
per component - primary logical decomposition
mysql_strings
in 6 files, 5,279 LOC (9%)
include
in 4 files, 1,595 LOC (5%)
driver
in 16 files, 14,703 LOC (72%)
extra
in 8 files, 861 LOC (8%)
setupgui
in 3 files, 1,375 LOC (14%)
mysql_sys
in 3 files, 487 LOC (6%)
util
in 2 files, 2,593 LOC (68%)
cmake
in 2 files, 1,181 LOC (51%)
ROOT
in 1 file 723 LOC (33%)
packaging
in 1 file 235 LOC (100%)