opensearch-project / sql
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
12,871 LOC (13%)
43 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
12,871 LOC (13%)
43 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
43
files match defined criteria (
12,871
lines of code,
13.4%
vs. main code):
29
*.java files (
7,123
lines of code)
4
*.c files (
2,934
lines of code)
3
*.cpp files (
1,889
lines of code)
5
*.py files (
475
lines of code)
1
*.tsx files (
363
lines of code)
1
*.h files (
87
lines of code)
81
lines match the content pattern.
details...
per component - primary logical decomposition
sql-odbc
in 8 files, 4,910 LOC (12%)
legacy
in 11 files, 2,340 LOC (9%)
core
in 3 files, 300 LOC (2%)
sql-jdbc
in 9 files, 3,690 LOC (47%)
opensearch
in 4 files, 438 LOC (10%)
workbench
in 1 file 363 LOC (11%)
sql
in 1 file 155 LOC (8%)
sql-cli
in 5 files, 475 LOC (62%)
plugin
in 1 file 200 LOC (31%)