apache / commons-jcs
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
12,939 LOC (30%)
58 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
12,939 LOC (30%)
58 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)( |:| ).*
".
58
files match defined criteria (
12,939
LOC,
30.4%
vs. main code). All matches are in *.java files.
96
lines match the content pattern.
details...
per component - primary logical decomposition
commons-jcs3-core
in 41 files, 8,022 LOC (35%)
commons-jcs3-jcache
in 4 files, 1,940 LOC (42%)
commons-jcs3-sandbox
in 4 files, 946 LOC (26%)
src
in 3 files, 892 LOC (30%)
auxiliary-builds
in 5 files, 909 LOC (37%)
commons-jcs3-jcache-extras
in 1 file 230 LOC (19%)