JetBrains / MPS
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
216,580 LOC (11%)
1020 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
216,580 LOC (11%)
1020 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)( |:| ).*
".
1020
files match defined criteria (
216,580
LOC,
11.3%
vs. main code):
999
*.java files (
214,553
LOC)
9
*.xml files (
1,302
LOC)
12
*.kt files (
725
LOC)
1,763
lines match the content pattern.
details...
per component - primary logical decomposition
languages
in 91 files, 51,301 LOC (5%)
plugins
in 258 files, 53,505 LOC (10%)
core
in 366 files, 52,496 LOC (38%)
workbench
in 169 files, 30,488 LOC (31%)
testbench
in 3 files, 541 LOC (<1%)
editor
in 73 files, 18,472 LOC (36%)
build
in 2 files, 479 LOC (1%)
IdeaPlugin
in 49 files, 7,716 LOC (36%)
tools
in 2 files, 291 LOC (7%)
jps
in 7 files, 1,291 LOC (44%)