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,278 LOC (51%)
458 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,278 LOC (51%)
458 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)( |:| ).*
".
458
files match defined criteria (
98,278
LOC,
51.1%
vs. main code). All matches are in *.java files.
1,033
lines match the content pattern.
details...
per component - primary logical decomposition
core
in 226 files, 54,571 LOC (51%)
utils
in 34 files, 6,831 LOC (32%)
rest
in 40 files, 7,040 LOC (42%)
software
in 46 files, 9,013 LOC (62%)
locations
in 25 files, 7,097 LOC (59%)
camp
in 33 files, 4,760 LOC (57%)
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%)