alibaba / canal
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
5,808 LOC (8%)
20 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
5,808 LOC (8%)
20 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)( |:| ).*
".
20
files match defined criteria (
5,808
LOC,
8.7%
vs. main code):
18
*.java files (
5,609
LOC)
1
*.js files (
110
LOC)
1
*.vue files (
89
LOC)
22
lines match the content pattern.
details...
per component - primary logical decomposition
client-adapter
in 6 files, 2,688 LOC (14%)
admin
in 2 files, 199 LOC (2%)
dbsync
in 6 files, 1,961 LOC (30%)
connector
in 1 file 350 LOC (8%)
driver
in 1 file 86 LOC (2%)
client
in 1 file 19 LOC (<1%)
instance
in 1 file 10 LOC (<1%)
server
in 1 file 395 LOC (20%)
prometheus
in 1 file 100 LOC (10%)