apache / avro
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
22,865 LOC (21%)
52 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
22,865 LOC (21%)
52 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)( |:| ).*
".
52
files match defined criteria (
22,865
LOC,
21.2%
vs. main code):
10
*.c files (
12,606
LOC)
7
*.java files (
2,535
LOC)
10
*.cs files (
1,825
LOC)
4
*.pm files (
1,380
LOC)
4
*.rb files (
1,345
LOC)
3
*.cc files (
1,032
LOC)
4
*.php files (
562
LOC)
2
*.js files (
418
LOC)
1
*.t files (
414
LOC)
2
*.py files (
329
LOC)
1
*.g4 files (
210
LOC)
2
*.h files (
114
LOC)
1
*.hh files (
65
LOC)
1
*.cmake files (
30
LOC)
69
lines match the content pattern.
details...
per component - primary logical decomposition
lang
in 51 files, 22,655 LOC (21%)
share
in 1 file 210 LOC (74%)