mysql / mysql-workbench
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
125,909 LOC (15%)
197 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
125,909 LOC (15%)
197 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)( |:| ).*
".
197
files match defined criteria (
125,909
LOC,
15.6%
vs. main code):
104
*.cpp files (
76,687
LOC)
12
*.cxx files (
20,589
LOC)
28
*.py files (
12,493
LOC)
10
*.mm files (
6,148
LOC)
6
*.cs files (
4,612
LOC)
34
*.h files (
4,027
LOC)
1
*.g4 files (
1,085
LOC)
1
*.in files (
180
LOC)
1
*.cmd files (
88
LOC)
312
lines match the content pattern.
details...
per component - primary logical decomposition
library
in 62 files, 28,714 LOC (13%)
testing
in 1 file 122 LOC (<1%)
ext
in 15 files, 22,852 LOC (20%)
plugins
in 30 files, 18,191 LOC (19%)
backend
in 39 files, 25,844 LOC (31%)
frontend
in 19 files, 12,225 LOC (22%)
modules
in 21 files, 14,809 LOC (38%)
tools
in 8 files, 2,753 LOC (9%)
res
in 1 file 219 LOC (1%)
build
in 1 file 180 LOC (2%)