apache / flex-sdk
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
342,350 LOC (28%)
336 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
342,350 LOC (28%)
336 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)( |:| ).*
".
336
files match defined criteria (
342,350
LOC,
28.0%
vs. main code):
152
*.as files (
192,141
LOC)
150
*.java files (
121,298
LOC)
20
*.xml files (
21,522
LOC)
3
*.xslt files (
6,332
LOC)
1
*.js files (
508
LOC)
7
*.mxml files (
284
LOC)
2
*.cpp files (
251
LOC)
1
*.h files (
14
LOC)
864
lines match the content pattern.
details...
per component - primary logical decomposition
frameworks
in 157 files, 191,677 LOC (21%)
modules
in 169 files, 142,791 LOC (48%)
mustella
in 6 files, 1,042 LOC (4%)
asdoc
in 3 files, 6,332 LOC (37%)
templates
in 1 file 508 LOC (78%)