apache / jena
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
25,402 LOC (3%)
85 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
25,402 LOC (3%)
85 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)( |:| ).*
".
85
files match defined criteria (
25,402
LOC,
3.6%
vs. main code):
82
*.java files (
24,536
LOC)
1
*.xsl files (
751
LOC)
1
*.html files (
65
LOC)
1
*.jflex files (
50
LOC)
156
lines match the content pattern.
details...
per component - primary logical decomposition
jena-core
in 33 files, 9,975 LOC (4%)
jena-arq
in 18 files, 3,723 LOC (1%)
jena-fuseki2
in 4 files, 713 LOC (2%)
jena-ontapi
in 2 files, 1,569 LOC (8%)
jena-db
in 1 file 923 LOC (6%)
jena-extras
in 11 files, 2,034 LOC (15%)
jena-geosparql
in 2 files, 626 LOC (5%)
jena-examples
in 1 file 51 LOC (<1%)
jena-iri
in 12 files, 5,712 LOC (59%)
jena-permissions
in 1 file 76 LOC (1%)