apache / kyuubi
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
16,713 LOC (13%)
69 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
16,713 LOC (13%)
69 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)( |:| ).*
".
69
files match defined criteria (
16,713
LOC,
13.5%
vs. main code):
12
*.java files (
7,731
LOC)
48
*.scala files (
7,526
LOC)
6
*.py files (
1,225
LOC)
2
*.vue files (
217
LOC)
1
*.cfg files (
14
LOC)
88
lines match the content pattern.
details...
per component - primary logical decomposition
extensions
in 16 files, 1,617 LOC (6%)
kyuubi-server
in 17 files, 3,001 LOC (15%)
kyuubi-hive-jdbc
in 6 files, 3,506 LOC (18%)
externals
in 13 files, 2,172 LOC (14%)
python
in 7 files, 1,239 LOC (11%)
kyuubi-common
in 1 file 214 LOC (2%)
kyuubi-hive-beeline
in 5 files, 4,160 LOC (55%)
kyuubi-rest-client
in 1 file 65 LOC (1%)
kyuubi-ha
in 2 files, 667 LOC (54%)
kyuubi-zookeeper
in 1 file 72 LOC (50%)