apache / helix
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
54,393 LOC (50%)
198 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
54,393 LOC (50%)
198 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)( |:| ).*
".
198
files match defined criteria (
54,393
LOC,
50.4%
vs. main code):
191
*.java files (
52,788
LOC)
1
*.py files (
887
LOC)
5
*.ts files (
436
LOC)
1
*.html files (
282
LOC)
446
lines match the content pattern.
details...
per component - primary logical decomposition
helix-core
in 135 files, 41,175 LOC (58%)
helix-rest
in 15 files, 4,684 LOC (51%)
zookeeper-api
in 13 files, 4,544 LOC (55%)
helix-front
in 6 files, 718 LOC (11%)
helix-admin-webapp
in 2 files, 188 LOC (5%)
recipes
in 8 files, 509 LOC (16%)
meta-client
in 13 files, 1,619 LOC (55%)
helix-view-aggregator
in 2 files, 464 LOC (41%)
helix-lock
in 2 files, 413 LOC (57%)
helix-agent
in 1 file 31 LOC (5%)
helix-common
in 1 file 48 LOC (27%)