apache / maven
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,924 LOC (27%)
95 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,924 LOC (27%)
95 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)( |:| ).*
".
95
files match defined criteria (
18,924
LOC,
27.6%
vs. main code):
94
*.java files (
18,882
LOC)
1
*.xml files (
42
LOC)
193
lines match the content pattern.
details...
per component - primary logical decomposition
maven-core
in 37 files, 7,086 LOC (25%)
maven-compat
in 29 files, 4,591 LOC (36%)
maven-model-builder
in 5 files, 3,606 LOC (42%)
maven-embedder
in 5 files, 1,633 LOC (43%)
api
in 7 files, 100 LOC (2%)
maven-artifact
in 3 files, 418 LOC (16%)
maven-resolver-provider
in 2 files, 331 LOC (14%)
maven-plugin-api
in 4 files, 814 LOC (70%)
maven-xml-impl
in 2 files, 303 LOC (56%)
apache-maven
in 1 file 42 LOC (11%)