mysql / mysql-shell
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
21,870 LOC (4%)
53 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
21,870 LOC (4%)
53 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)( |:| ).*
".
53
files match defined criteria (
21,870
LOC,
4.6%
vs. main code):
20
*.cc files (
9,955
LOC)
3
*.cpp files (
4,198
LOC)
15
*.js files (
3,385
LOC)
4
*.py files (
1,636
LOC)
1
*.g4 files (
1,218
LOC)
3
*.cmake files (
935
LOC)
1
*.in files (
304
LOC)
2
*.sql files (
159
LOC)
4
*.h files (
80
LOC)
93
lines match the content pattern.
details...
per component - primary logical decomposition
unittest
in 21 files, 4,982 LOC (2%)
mysqlshdk
in 17 files, 7,447 LOC (6%)
modules
in 8 files, 4,311 LOC (4%)
ext
in 1 file 2,885 LOC (21%)
python
in 2 files, 1,006 LOC (14%)
cmake
in 3 files, 935 LOC (19%)
packaging
in 1 file 304 LOC (36%)