elastic / AndroidSDKMirror-28
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
864,054 LOC (34%)
1260 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
864,054 LOC (34%)
1260 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)( |:| ).*
".
1260
files match defined criteria (
864,054
LOC,
34.9%
vs. main code). All matches are in *.java files.
3,144
lines match the content pattern.
details...
per component - primary logical decomposition
com
in 600 files, 453,526 LOC (47%)
android
in 452 files, 290,919 LOC (37%)
androidx
in 137 files, 82,690 LOC (21%)
java
in 33 files, 18,732 LOC (10%)
org
in 20 files, 5,791 LOC (10%)
jsr166
in 1 file 240 LOC (<1%)
tck
in 9 files, 9,664 LOC (26%)
javax
in 5 files, 2,184 LOC (14%)
benchmarks
in 2 files, 303 LOC (2%)
junit
in 1 file 5 LOC (<1%)