apache / brooklyn-server
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,030 LOC (52%)
459 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,030 LOC (52%)
459 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)( |:| ).*
".
459
files match defined criteria (
98,030
LOC,
52.2%
vs. main code). All matches are in *.java files.
1,040
lines match the content pattern.
details...
per component - primary logical decomposition
core
in 227 files, 54,429 LOC (53%)
utils
in 34 files, 6,822 LOC (33%)
rest
in 40 files, 6,990 LOC (43%)
software
in 46 files, 9,012 LOC (62%)
locations
in 25 files, 7,127 LOC (59%)
camp
in 33 files, 4,684 LOC (58%)
policy
in 26 files, 5,094 LOC (83%)
api
in 19 files, 1,253 LOC (39%)
server-cli
in 3 files, 1,245 LOC (56%)
launcher
in 4 files, 479 LOC (41%)
launcher-common
in 2 files, 895 LOC (88%)