uber / nanoscope-art
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
205,082 LOC (68%)
282 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
205,082 LOC (68%)
282 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)( |:| ).*
".
282
files match defined criteria (
205,082
LOC,
68.2%
vs. main code):
150
*.cc files (
164,462
LOC)
115
*.h files (
35,906
LOC)
4
*.py files (
2,526
LOC)
13
*.java files (
2,188
LOC)
956
lines match the content pattern.
details...
per component - primary logical decomposition
runtime
in 176 files, 102,963 LOC (69%)
compiler
in 77 files, 87,224 LOC (72%)
tools
in 15 files, 4,290 LOC (23%)
disassembler
in 2 files, 2,122 LOC (56%)
oatdump
in 1 file 2,223 LOC (100%)
cmdline
in 6 files, 1,935 LOC (88%)
dex2oat
in 1 file 2,102 LOC (100%)
patchoat
in 2 files, 1,328 LOC (100%)
imgdiag
in 1 file 865 LOC (100%)
benchmark
in 1 file 30 LOC (12%)