apache / storm
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
12,425 LOC (9%)
42 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
12,425 LOC (9%)
42 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)( |:| ).*
".
42
files match defined criteria (
12,425
LOC,
9.6%
vs. main code):
35
*.java files (
8,259
LOC)
3
*.c files (
3,454
LOC)
2
*.clj files (
317
LOC)
1
*.xml files (
308
LOC)
1
*.py files (
87
LOC)
78
lines match the content pattern.
details...
per component - primary logical decomposition
storm-client
in 17 files, 4,593 LOC (7%)
storm-server
in 6 files, 1,789 LOC (5%)
storm-webapp
in 4 files, 371 LOC (3%)
storm-core
in 4 files, 3,620 LOC (39%)
sql
in 3 files, 256 LOC (7%)
flux
in 4 files, 1,084 LOC (53%)
storm-clojure
in 2 files, 317 LOC (24%)
dev-tools
in 1 file 87 LOC (13%)
storm-dist
in 1 file 308 LOC (69%)