apache / geode
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
98,369 LOC (17%)
209 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
98,369 LOC (17%)
209 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)( |:| ).*
".
209
files match defined criteria (
98,369
LOC,
18.0%
vs. main code):
203
*.java files (
94,038
LOC)
4
*.js files (
4,164
LOC)
1
*.go files (
159
LOC)
1
*.groovy files (
8
LOC)
389
lines match the content pattern.
details...
per component - primary logical decomposition
geode-core
in 147 files, 67,425 LOC (22%)
geode-gfsh
in 16 files, 3,478 LOC (7%)
geode-pulse
in 6 files, 5,968 LOC (21%)
geode-assembly
in 1 file 286 LOC (1%)
geode-membership
in 11 files, 5,087 LOC (27%)
geode-dunit
in 7 files, 11,202 LOC (63%)
extensions
in 6 files, 1,557 LOC (13%)
geode-connectors
in 2 files, 1,274 LOC (11%)
geode-junit
in 6 files, 572 LOC (6%)
geode-cq
in 2 files, 584 LOC (15%)
geode-web
in 1 file 109 LOC (3%)
geode-memcached
in 1 file 225 LOC (7%)
build-tools
in 1 file 8 LOC (<1%)
geode-logging
in 1 file 435 LOC (40%)
dev-tools
in 1 file 159 LOC (22%)