apache / subversion
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
160,934 LOC (35%)
175 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
160,934 LOC (35%)
175 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)( |:| ).*
".
175
files match defined criteria (
160,934
LOC,
35.3%
vs. main code):
93
*.c files (
120,626
LOC)
17
*.h files (
12,622
LOC)
3
*.el files (
8,474
LOC)
25
*.py files (
8,107
LOC)
11
*.cpp files (
4,929
LOC)
3
*.i files (
1,655
LOC)
4
*.html files (
1,475
LOC)
6
*.java files (
1,455
LOC)
2
*.pl files (
731
LOC)
5
*.hpp files (
293
LOC)
1
*.sql files (
273
LOC)
3
*.cmake files (
165
LOC)
2
*.pm files (
129
LOC)
355
lines match the content pattern.
details...
per component - primary logical decomposition
subversion
in 139 files, 140,595 LOC (36%)
tools
in 18 files, 6,601 LOC (21%)
contrib
in 6 files, 10,076 LOC (47%)
notes
in 5 files, 2,124 LOC (25%)
build
in 7 files, 1,538 LOC (26%)