apache / jackrabbit
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
54,822 LOC (25%)
154 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
54,822 LOC (25%)
154 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)( |:| ).*
".
154
files match defined criteria (
54,822
LOC,
25.0%
vs. main code):
151
*.java files (
54,504
LOC)
1
*.js files (
179
LOC)
2
*.jsp files (
139
LOC)
288
lines match the content pattern.
details...
per component - primary logical decomposition
jackrabbit-core
in 65 files, 27,130 LOC (29%)
jackrabbit-spi-commons
in 14 files, 1,967 LOC (5%)
jackrabbit-jcr2spi
in 29 files, 9,129 LOC (48%)
jackrabbit-jcr-commons
in 1 file 45 LOC (<1%)
jackrabbit-jcr-server
in 16 files, 6,509 LOC (48%)
jackrabbit-webdav
in 9 files, 1,765 LOC (15%)
jackrabbit-spi2dav
in 9 files, 4,981 LOC (74%)
jackrabbit-standalone-components
in 1 file 376 LOC (6%)
jackrabbit-data
in 2 files, 660 LOC (10%)
jackrabbit-webapp
in 3 files, 318 LOC (11%)
jackrabbit-spi2jcr
in 3 files, 1,814 LOC (75%)
jackrabbit-jcr-servlet
in 1 file 66 LOC (12%)
jackrabbit-jcr2dav
in 1 file 62 LOC (100%)