apache / activemq
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
23,293 LOC (10%)
68 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
23,293 LOC (10%)
68 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)( |:| ).*
".
68
files match defined criteria (
23,293
LOC,
10.6%
vs. main code):
61
*.java files (
20,284
LOC)
5
*.js files (
2,572
LOC)
1
*.jsp files (
225
LOC)
1
*.proto files (
212
LOC)
89
lines match the content pattern.
details...
per component - primary logical decomposition
activemq-client
in 21 files, 6,564 LOC (11%)
activemq-broker
in 13 files, 4,141 LOC (8%)
activemq-kahadb-store
in 4 files, 4,882 LOC (24%)
activemq-web-console
in 7 files, 2,925 LOC (43%)
activemq-console
in 4 files, 457 LOC (7%)
activemq-tooling
in 1 file 525 LOC (9%)
activemq-amqp
in 1 file 392 LOC (7%)
activemq-ra
in 4 files, 649 LOC (16%)
activemq-web
in 3 files, 955 LOC (25%)
activemq-stomp
in 1 file 821 LOC (24%)
activemq-web-demo
in 1 file 136 LOC (4%)
activemq-http
in 5 files, 485 LOC (15%)
activemq-spring
in 1 file 80 LOC (7%)
activemq-karaf
in 1 file 141 LOC (27%)
activemq-osgi
in 1 file 140 LOC (78%)