apache / causeway
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
17,753 LOC (3%)
104 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
17,753 LOC (3%)
104 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)( |:| ).*
".
104
files match defined criteria (
17,753
LOC,
3.4%
vs. main code):
95
*.java files (
12,611
LOC)
2
*.js files (
4,058
LOC)
4
*.adoc files (
621
LOC)
1
*.xml files (
446
LOC)
1
*.html files (
11
LOC)
1
*.yml files (
6
LOC)
153
lines match the content pattern.
details...
per component - primary logical decomposition
testing
in 2 files, 242 LOC (<1%)
antora
in 4 files, 5,021 LOC (6%)
core
in 33 files, 4,934 LOC (7%)
viewers
in 29 files, 3,277 LOC (6%)
extensions
in 5 files, 847 LOC (2%)
api
in 7 files, 513 LOC (2%)
commons
in 1 file 479 LOC (3%)
regressiontests
in 7 files, 1,079 LOC (9%)
persistence
in 2 files, 171 LOC (1%)
tooling
in 7 files, 421 LOC (5%)
incubator
in 6 files, 616 LOC (30%)
security
in 1 file 153 LOC (8%)