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
13,209 LOC (10%)
44 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
13,209 LOC (10%)
44 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)( |:| ).*
".
44
files match defined criteria (
13,209
LOC,
10.3%
vs. main code):
36
*.java files (
8,803
LOC)
3
*.c files (
3,454
LOC)
3
*.clj files (
536
LOC)
1
*.xml files (
329
LOC)
1
*.py files (
87
LOC)
81
lines match the content pattern.
details...
per component - primary logical decomposition
storm-client
in 18 files, 5,178 LOC (8%)
storm-server
in 6 files, 1,789 LOC (5%)
storm-webapp
in 4 files, 371 LOC (3%)
storm-core
in 4 files, 3,619 LOC (39%)
sql
in 3 files, 256 LOC (7%)
flux
in 4 files, 1,044 LOC (53%)
storm-clojure
in 2 files, 317 LOC (24%)
dev-tools
in 1 file 87 LOC (10%)
storm-dist
in 1 file 329 LOC (71%)
storm-clojure-test
in 1 file 219 LOC (100%)