GoogleCloudPlatform / appengine-java-standard
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
58,723 LOC (41%)
228 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
58,723 LOC (41%)
228 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)( |:| ).*
".
228
files match defined criteria (
58,723
LOC,
41.5%
vs. main code):
215
*.java files (
54,854
LOC)
13
*.proto files (
3,869
LOC)
416
lines match the content pattern.
details...
per component - primary logical decomposition
api
in 74 files, 15,567 LOC (42%)
api_dev
in 52 files, 14,109 LOC (45%)
runtime
in 53 files, 13,832 LOC (46%)
utils
in 6 files, 3,133 LOC (29%)
protobuf
in 13 files, 3,869 LOC (44%)
local_runtime_shared_jetty12
in 6 files, 1,588 LOC (31%)
lib
in 5 files, 2,873 LOC (70%)
local_runtime_shared_jetty9
in 3 files, 793 LOC (22%)
remoteapi
in 4 files, 1,014 LOC (44%)
shared_sdk_jetty12
in 4 files, 565 LOC (44%)
shared_sdk_jetty9
in 4 files, 553 LOC (59%)
runtime_shared
in 2 files, 652 LOC (79%)
shared_sdk
in 1 file 88 LOC (37%)
appengine_testing
in 1 file 87 LOC (39%)