apache / cayenne
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
30,417 LOC (17%)
177 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
30,417 LOC (17%)
177 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)( |:| ).*
".
177
files match defined criteria (
30,417
LOC,
17.5%
vs. main code). All matches are in *.java files.
262
lines match the content pattern.
details...
per component - primary logical decomposition
cayenne
in 104 files, 19,782 LOC (21%)
modeler
in 35 files, 7,289 LOC (12%)
cayenne-dbsync
in 11 files, 1,148 LOC (13%)
cayenne-project
in 5 files, 526 LOC (13%)
cayenne-cgen
in 2 files, 48 LOC (1%)
cayenne-crypto
in 5 files, 281 LOC (13%)
cayenne-di
in 5 files, 399 LOC (23%)
cayenne-ant
in 1 file 93 LOC (10%)
cayenne-commitlog
in 2 files, 130 LOC (15%)
maven-plugins
in 2 files, 325 LOC (40%)
cayenne-lifecycle
in 3 files, 261 LOC (39%)
cayenne-velocity
in 1 file 103 LOC (16%)
cayenne-osgi
in 1 file 32 LOC (23%)