JetBrains / lincheck
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
11,597 LOC (36%)
50 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
11,597 LOC (36%)
50 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)( |:| ).*
".
50
files match defined criteria (
11,597
LOC,
37.0%
vs. main code):
47
*.kt files (
10,862
LOC)
1
*.java files (
456
LOC)
2
*.kts files (
279
LOC)
103
lines match the content pattern.
details...
per component - primary logical decomposition
src
in 16 files, 4,887 LOC (38%)
jvm-agent
in 13 files, 2,943 LOC (44%)
trace
in 2 files, 1,119 LOC (26%)
common
in 6 files, 655 LOC (25%)
integration-test
in 8 files, 320 LOC (13%)
trace-recorder
in 1 file 808 LOC (78%)
bootstrap
in 1 file 456 LOC (49%)
buildSrc
in 1 file 82 LOC (19%)
ROOT
in 1 file 255 LOC (88%)
trace-debugger
in 1 file 72 LOC (41%)