apache / tinkerpop
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
15,616 LOC (9%)
57 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
15,616 LOC (9%)
57 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)( |:| ).*
".
57
files match defined criteria (
15,616
LOC,
9.6%
vs. main code):
30
*.java files (
10,163
LOC)
6
*.py files (
3,050
LOC)
14
*.js files (
1,360
LOC)
2
*.ts files (
424
LOC)
3
*.go files (
422
LOC)
1
*.cs files (
105
LOC)
1
*.groovy files (
92
LOC)
78
lines match the content pattern.
details...
per component - primary logical decomposition
gremlin-core
in 14 files, 3,503 LOC (5%)
gremlin-test
in 8 files, 5,653 LOC (15%)
gremlin-dotnet
in 1 file 105 LOC (<1%)
gremlin-javascript
in 16 files, 1,784 LOC (27%)
gremlin-go
in 4 files, 514 LOC (8%)
gremlin-python
in 6 files, 3,050 LOC (56%)
hadoop-gremlin
in 1 file 3 LOC (<1%)
spark-gremlin
in 4 files, 460 LOC (15%)
gremlin-groovy
in 1 file 437 LOC (18%)
neo4j-gremlin
in 1 file 97 LOC (7%)
gremlin-tools
in 1 file 10 LOC (1%)