apache / uima-ducc
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
18,949 LOC (11%)
53 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
18,949 LOC (11%)
53 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)( |:| ).*
".
53
files match defined criteria (
18,949
LOC,
11.9%
vs. main code):
52
*.java files (
18,918
LOC)
1
*.tex files (
31
LOC)
102
lines match the content pattern.
details...
per component - primary logical decomposition
uima-ducc-web
in 4 files, 965 LOC (2%)
uima-ducc-transport
in 8 files, 1,494 LOC (10%)
uima-ducc-duccdocs
in 1 file 31 LOC (<1%)
uima-ducc-common
in 2 files, 1,264 LOC (9%)
uima-ducc-orchestrator
in 3 files, 1,574 LOC (14%)
uima-ducc-container
in 4 files, 350 LOC (3%)
uima-ducc-rm
in 4 files, 4,729 LOC (51%)
uima-ducc-agent
in 1 file 13 LOC (<1%)
uima-ducc-cli
in 3 files, 1,189 LOC (17%)
uima-ducc-sm
in 7 files, 4,055 LOC (66%)
uima-ducc-pullservice
in 8 files, 912 LOC (15%)
uima-ducc-database
in 3 files, 1,610 LOC (32%)
uima-ducc-user
in 2 files, 343 LOC (8%)
uima-ducc-examples
in 3 files, 420 LOC (13%)