apache / maven-2
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,058 LOC (61%)
54 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,058 LOC (61%)
54 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)( |:| ).*
".
54
files match defined criteria (
18,058
LOC,
61.7%
vs. main code):
50
*.java files (
17,204
LOC)
4
*.xml files (
854
LOC)
172
lines match the content pattern.
details...
per component - primary logical decomposition
maven-project
in 10 files, 6,375 LOC (65%)
maven-core
in 14 files, 6,533 LOC (72%)
maven-artifact
in 8 files, 1,324 LOC (33%)
maven-artifact-manager
in 10 files, 2,322 LOC (73%)
maven-plugin-descriptor
in 3 files, 777 LOC (78%)
maven-toolchain
in 5 files, 353 LOC (65%)
maven-settings
in 1 file 172 LOC (34%)
maven-plugin-registry
in 1 file 97 LOC (32%)
maven-plugin-api
in 2 files, 105 LOC (43%)