JetBrains / aws-toolkit-jetbrains
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
12,635 LOC (14%)
109 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
12,635 LOC (14%)
109 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)( |:| ).*
".
109
files match defined criteria (
12,635
LOC,
15.0%
vs. main code):
92
*.kt files (
11,417
LOC)
8
*.kts files (
682
LOC)
6
*.cs files (
391
LOC)
2
*.xml files (
135
LOC)
1
*.props files (
10
LOC)
141
lines match the content pattern.
details...
per component - primary logical decomposition
jetbrains-core
in 69 files, 8,898 LOC (13%)
jetbrains-ultimate
in 10 files, 1,007 LOC (15%)
jetbrains-rider
in 19 files, 2,124 LOC (37%)
core
in 4 files, 163 LOC (7%)
buildSrc
in 5 files, 338 LOC (25%)
detekt-rules
in 1 file 42 LOC (9%)
ROOT
in 1 file 63 LOC (60%)