alibaba / GraphScope
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
56,367 LOC (13%)
88 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
56,367 LOC (13%)
88 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)( |:| ).*
".
88
files match defined criteria (
56,367
LOC,
13.1%
vs. main code):
29
*.rs files (
20,314
LOC)
28
*.h files (
18,682
LOC)
12
*.py files (
7,536
LOC)
9
*.cc files (
5,892
LOC)
7
*.java files (
3,050
LOC)
3
*.proto files (
893
LOC)
140
lines match the content pattern.
details...
per component - primary logical decomposition
interactive_engine
in 38 files, 24,531 LOC (13%)
flex
in 38 files, 23,837 LOC (22%)
analytical_engine
in 4 files, 4,410 LOC (5%)
python
in 4 files, 558 LOC (2%)
coordinator
in 4 files, 3,031 LOC (16%)