apache / flex-flexunit
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
49,377 LOC (39%)
172 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
49,377 LOC (39%)
172 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)( |:| ).*
".
172
files match defined criteria (
49,377
LOC,
39.4%
vs. main code):
71
*.js files (
38,418
LOC)
96
*.as files (
10,357
LOC)
2
*.mxml files (
283
LOC)
2
*.java files (
209
LOC)
1
*.xml files (
110
LOC)
251
lines match the content pattern.
details...
per component - primary logical decomposition
FlexUnit4Tutorials
in 68 files, 36,924 LOC (63%)
FlexUnit4Test
in 78 files, 7,101 LOC (27%)
FlexUnit4
in 15 files, 3,219 LOC (14%)
FlexUnit4Turnkey
in 3 files, 633 LOC (5%)
FlexUnit4UIListener
in 4 files, 753 LOC (23%)
FlexUnit4AntTasks
in 2 files, 209 LOC (7%)
FlexUnit4SampleCIProject
in 1 file 498 LOC (49%)
FlexUnit4CIListener
in 1 file 40 LOC (9%)