JetBrains / intellij-deps-kotlinx.coroutines
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
3,411 LOC (11%)
23 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
3,411 LOC (11%)
23 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)( |:| ).*
".
23
files match defined criteria (
3,411
LOC,
11.2%
vs. main code):
19
*.kt files (
3,009
LOC)
4
*.kts files (
402
LOC)
26
lines match the content pattern.
details...
per component - primary logical decomposition
kotlinx-coroutines-core
in 8 files, 1,721 LOC (9%)
benchmarks
in 1 file 112 LOC (3%)
reactive
in 1 file 116 LOC (4%)
kotlinx-coroutines-test
in 2 files, 408 LOC (30%)
test-utils
in 2 files, 261 LOC (21%)
buildSrc
in 6 files, 364 LOC (31%)
ui
in 1 file 124 LOC (25%)
integration
in 1 file 176 LOC (49%)
ROOT
in 1 file 129 LOC (75%)