apache / nifi
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
20,385 LOC (3%)
45 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
20,385 LOC (3%)
45 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)( |:| ).*
".
45
files match defined criteria (
20,385
LOC,
3.2%
vs. main code):
37
*.java files (
15,146
LOC)
7
*.ts files (
4,914
LOC)
1
*.py files (
325
LOC)
69
lines match the content pattern.
details...
per component - primary logical decomposition
nifi-extension-bundles
in 6 files, 1,658 LOC (<1%)
nifi-framework-bundle
in 16 files, 11,132 LOC (5%)
nifi-frontend
in 7 files, 4,914 LOC (5%)
nifi-registry
in 5 files, 897 LOC (1%)
nifi-commons
in 2 files, 318 LOC (<1%)
nifi-toolkit
in 3 files, 117 LOC (<1%)
nifi-stateless
in 1 file 143 LOC (1%)
nifi-mock
in 2 files, 993 LOC (15%)
nifi-framework-api
in 2 files, 149 LOC (3%)
nifi-maven-archetypes
in 1 file 64 LOC (35%)