apache / ace
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
16,574 LOC (26%)
37 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
16,574 LOC (26%)
37 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)( |:| ).*
".
37
files match defined criteria (
16,574
LOC,
26.4%
vs. main code):
36
*.java files (
11,100
LOC)
1
*.css files (
5,474
LOC)
56
lines match the content pattern.
details...
per component - primary logical decomposition
org.apache.ace.webui.vaadin
in 4 files, 6,773 LOC (68%)
org.apache.ace.verifier
in 8 files, 4,609 LOC (51%)
org.apache.ace.client.repository
in 5 files, 1,740 LOC (25%)
org.apache.ace.agent
in 3 files, 346 LOC (7%)
org.apache.ace.log
in 1 file 257 LOC (13%)
org.apache.ace.client.workspace
in 1 file 201 LOC (15%)
org.apache.ace.gogo
in 3 files, 626 LOC (49%)
org.apache.ace.agent.itest
in 1 file 521 LOC (72%)
org.apache.ace.client.rest
in 2 files, 528 LOC (83%)
org.apache.ace.authentication
in 1 file 147 LOC (26%)
org.apache.ace.deployment.itest
in 3 files, 391 LOC (95%)
org.apache.ace.connectionfactory
in 1 file 130 LOC (31%)
org.apache.ace.feedback.common
in 1 file 134 LOC (40%)
org.apache.ace.client.automation
in 1 file 28 LOC (12%)
org.apache.ace.tageditor
in 2 files, 143 LOC (62%)