apache / jspwiki
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
27,313 LOC (31%)
141 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
27,313 LOC (31%)
141 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)( |:| ).*
".
141
files match defined criteria (
27,313
LOC,
31.6%
vs. main code):
84
*.java files (
14,883
LOC)
13
*.js files (
4,792
LOC)
29
*.jsp files (
4,328
LOC)
13
*.less files (
1,685
LOC)
1
*.css files (
1,599
LOC)
1
*.xml files (
26
LOC)
239
lines match the content pattern.
details...
per component - primary logical decomposition
jspwiki-war
in 55 files, 11,472 LOC (29%)
jspwiki-main
in 78 files, 14,719 LOC (45%)
jspwiki-util
in 1 file 175 LOC (6%)
jspwiki-markdown
in 2 files, 566 LOC (22%)
jspwiki-wysiwyg
in 1 file 86 LOC (3%)
jspwiki-api
in 2 files, 63 LOC (6%)
jspwiki-event
in 1 file 207 LOC (33%)
jspwiki-210-adapters
in 1 file 25 LOC (6%)