apache / tomee
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
56,330 LOC (16%)
159 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
56,330 LOC (16%)
159 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)( |:| ).*
".
159
files match defined criteria (
56,330
LOC,
16.2%
vs. main code):
155
*.java files (
55,887
LOC)
4
*.xml files (
443
LOC)
262
lines match the content pattern.
details...
per component - primary logical decomposition
container
in 109 files, 40,048 LOC (17%)
tomee
in 12 files, 5,206 LOC (13%)
server
in 24 files, 6,360 LOC (18%)
itests
in 1 file 35 LOC (<1%)
arquillian
in 3 files, 931 LOC (11%)
maven
in 3 files, 1,703 LOC (35%)
mp-jwt
in 3 files, 954 LOC (32%)
utils
in 1 file 135 LOC (7%)
gradle
in 1 file 560 LOC (55%)
src
in 1 file 239 LOC (76%)
ROOT
in 1 file 159 LOC (85%)