apache / openoffice
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
278,729 LOC (13%)
649 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
278,729 LOC (13%)
649 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)( |:| ).*
".
649
files match defined criteria (
278,729
LOC,
13.7%
vs. main code):
264
*.cxx files (
159,456
LOC)
200
*.java files (
73,026
LOC)
121
*.hxx files (
20,922
LOC)
13
*.c files (
6,606
LOC)
14
*.mm files (
4,844
LOC)
1
*.y files (
3,024
LOC)
14
*.h files (
2,310
LOC)
4
*.pl files (
2,266
LOC)
2
*.cs files (
2,088
LOC)
5
*.py files (
1,894
LOC)
3
*.cpp files (
1,168
LOC)
2
*.spec files (
655
LOC)
4
*.html files (
330
LOC)
1
*.m files (
84
LOC)
1
*.xml files (
56
LOC)
1,658
lines match the content pattern.
details...
per component - primary logical decomposition
main
in 649 files, 278,729 LOC (13%)