apache / unomi
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
6,664 LOC (15%)
40 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
6,664 LOC (15%)
40 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)( |:| ).*
".
40
files match defined criteria (
6,664
LOC,
15.1%
vs. main code). All matches are in *.java files.
90
lines match the content pattern.
details...
per component - primary logical decomposition
graphql
in 7 files, 322 LOC (2%)
extensions
in 8 files, 1,004 LOC (14%)
services
in 1 file 1,038 LOC (18%)
api
in 10 files, 590 LOC (15%)
plugins
in 6 files, 581 LOC (15%)
rest
in 6 files, 736 LOC (22%)
persistence-elasticsearch
in 1 file 2,285 LOC (79%)
persistence-spi
in 1 file 108 LOC (16%)