apache / arrow
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
119,102 LOC (23%)
183 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
119,102 LOC (23%)
183 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)( |:| ).*
".
183
files match defined criteria (
119,102
LOC,
23.1%
vs. main code):
65
*.cc files (
54,701
LOC)
9
*.cmake files (
13,571
LOC)
33
*.h files (
12,314
LOC)
13
*.cpp files (
11,842
LOC)
15
*.py files (
10,085
LOC)
18
*.cs files (
4,188
LOC)
4
*.pyx files (
3,892
LOC)
2
*.pxd files (
2,651
LOC)
1
*.pxi files (
1,740
LOC)
14
*.rb files (
1,416
LOC)
1
*.in files (
846
LOC)
1
*.hpp files (
719
LOC)
1
*.jinja files (
364
LOC)
1
*.ts files (
293
LOC)
3
*.m files (
171
LOC)
1
*.c files (
162
LOC)
1
*.swift files (
147
LOC)
278
lines match the content pattern.
details...
per component - primary logical decomposition
cpp
in 96 files, 73,389 LOC (22%)
python
in 23 files, 21,088 LOC (38%)
c_glib
in 7 files, 7,494 LOC (14%)
csharp
in 18 files, 4,188 LOC (23%)
dev
in 6 files, 3,888 LOC (25%)
js
in 1 file 293 LOC (2%)
matlab
in 5 files, 435 LOC (4%)
r
in 10 files, 5,504 LOC (58%)
ruby
in 15 files, 2,135 LOC (24%)
swift
in 1 file 147 LOC (3%)
ci
in 1 file 541 LOC (58%)