JetBrains / jitsi-meet
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
16,829 LOC (15%)
101 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
16,829 LOC (15%)
101 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)( |:| ).*
".
101
files match defined criteria (
16,829
LOC,
15.5%
vs. main code):
88
*.js files (
14,056
LOC)
5
*.lua files (
1,291
LOC)
6
*.scss files (
1,072
LOC)
2
*.java files (
410
LOC)
163
lines match the content pattern.
details...
per component - primary logical decomposition
react
in 76 files, 10,283 LOC (12%)
css
in 6 files, 1,072 LOC (14%)
resources
in 5 files, 1,291 LOC (25%)
android
in 2 files, 410 LOC (10%)
modules
in 8 files, 1,530 LOC (50%)
ROOT
in 4 files, 2,243 LOC (81%)