apache / fineract
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
67,201 LOC (18%)
191 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
67,201 LOC (18%)
191 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)( |:| ).*
".
191
files match defined criteria (
67,201
LOC,
18.6%
vs. main code):
187
*.java files (
66,638
LOC)
4
*.groovy files (
563
LOC)
378
lines match the content pattern.
details...
per component - primary logical decomposition
fineract-provider
in 82 files, 35,924 LOC (16%)
fineract-loan
in 31 files, 10,423 LOC (25%)
fineract-core
in 37 files, 8,077 LOC (19%)
fineract-savings
in 10 files, 5,173 LOC (31%)
fineract-accounting
in 5 files, 844 LOC (11%)
fineract-progressive-loan
in 6 files, 3,916 LOC (61%)
fineract-charge
in 1 file 613 LOC (26%)
fineract-branch
in 2 files, 118 LOC (5%)
fineract-document
in 6 files, 591 LOC (34%)
buildSrc
in 4 files, 563 LOC (33%)
fineract-rates
in 1 file 79 LOC (5%)
fineract-client
in 3 files, 787 LOC (82%)
fineract-command
in 3 files, 93 LOC (18%)