apache / geronimo-gshell
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
5,070 LOC (27%)
62 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
5,070 LOC (27%)
62 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)( |:| ).*
".
62
files match defined criteria (
5,070
LOC,
27.8%
vs. main code):
59
*.java files (
4,911
LOC)
3
*.xml files (
159
LOC)
92
lines match the content pattern.
details...
per component - primary logical decomposition
gshell-support
in 24 files, 2,199 LOC (23%)
gshell-wisdom
in 12 files, 1,292 LOC (33%)
gshell-commands
in 15 files, 933 LOC (30%)
gshell-api
in 1 file 8 LOC (1%)
gshell-bootstrap
in 1 file 144 LOC (47%)
gshell-application
in 3 files, 181 LOC (60%)
gshell-assembly
in 1 file 90 LOC (46%)
gshell-cli
in 1 file 181 LOC (100%)
gshell-maven-plugin
in 4 files, 42 LOC (100%)