apache / arrow-adbc
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,735 LOC (33%)
28 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
12,735 LOC (33%)
28 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)( |:| ).*
".
28
files match defined criteria (
12,735
LOC,
34.0%
vs. main code):
3
*.cc files (
3,604
LOC)
3
*.c files (
3,067
LOC)
3
*.go files (
1,104
LOC)
5
*.java files (
1,060
LOC)
2
*.cs files (
849
LOC)
6
*.py files (
779
LOC)
1
*.pyx files (
767
LOC)
1
*.cmake files (
754
LOC)
1
*.h files (
323
LOC)
1
*.yaml files (
222
LOC)
1
*.rs files (
109
LOC)
1
*.rb files (
97
LOC)
51
lines match the content pattern.
details...
per component - primary logical decomposition
c
in 8 files, 7,748 LOC (61%)
go
in 3 files, 1,104 LOC (11%)
java
in 5 files, 1,060 LOC (23%)
python
in 7 files, 1,546 LOC (47%)
csharp
in 2 files, 849 LOC (33%)
ci
in 1 file 222 LOC (26%)
rust
in 1 file 109 LOC (14%)
ruby
in 1 file 97 LOC (36%)