apache / logging-log4j2
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
22,701 LOC (15%)
66 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
22,701 LOC (15%)
66 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)( |:| ).*
".
66
files match defined criteria (
22,701
LOC,
15.4%
vs. main code):
61
*.java files (
15,975
LOC)
5
*.xml files (
6,726
LOC)
93
lines match the content pattern.
details...
per component - primary logical decomposition
log4j-core
in 43 files, 11,321 LOC (19%)
src
in 5 files, 6,726 LOC (20%)
log4j-api
in 8 files, 3,193 LOC (23%)
log4j-1.2-api
in 4 files, 748 LOC (6%)
log4j-iostreams
in 2 files, 147 LOC (8%)
log4j-jul
in 1 file 85 LOC (10%)
log4j-to-slf4j
in 1 file 256 LOC (41%)
log4j-jdbc-dbcp2
in 1 file 132 LOC (39%)
log4j-mongodb4
in 1 file 93 LOC (37%)