apache / openoffice-org
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
46,795 LOC (2%)
89 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
46,795 LOC (2%)
89 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)( |:| ).*
".
89
files match defined criteria (
46,795
LOC,
2.2%
vs. main code):
29
*.xml files (
22,223
LOC)
8
*.js files (
9,106
LOC)
29
*.html files (
8,036
LOC)
15
*.xsl files (
5,055
LOC)
1
*.xsd files (
1,459
LOC)
6
*.java files (
820
LOC)
1
*.css files (
96
LOC)
190
lines match the content pattern.
details...
per component - primary logical decomposition
content
in 21 files, 5,591 LOC (<1%)
assets
in 60 files, 38,759 LOC (9%)
archive
in 8 files, 2,445 LOC (2%)