microsoft / ApplicationInsights-Java
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
9,671 LOC (40%)
42 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
9,671 LOC (40%)
42 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
42
files match defined criteria (
9,671
lines of code,
40.5%
vs. main code):
36
*.java files (
9,167
lines of code)
6
*.kts files (
504
lines of code)
94
lines match the content pattern.
details...
per component - primary logical decomposition
agent/agent-tooling
in 32 files, 8,072 LOC (46%)
agent/agent-profiler
in 1 file 267 LOC (10%)
agent/agent-bootstrap
in 2 files, 544 LOC (51%)
etw/etw-testapp
in 1 file 13 LOC (3%)
etw/java
in 1 file 99 LOC (27%)
buildSrc/src
in 2 files, 133 LOC (44%)
agent/agent
in 1 file 252 LOC (88%)
agent/instrumentation
in 1 file 155 LOC (100%)
dependencyManagement
in 1 file 136 LOC (100%)