JetBrains / skia
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
281,854 LOC (37%)
641 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
281,854 LOC (37%)
641 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)( |:| ).*
".
641
files match defined criteria (
281,854
LOC,
37.2%
vs. main code):
441
*.cpp files (
234,350
LOC)
155
*.h files (
24,353
LOC)
24
*.mm files (
8,054
LOC)
1
*.htm files (
4,479
LOC)
1
*.cc files (
2,244
LOC)
2
*.go files (
1,860
LOC)
1
*.inc files (
1,396
LOC)
3
*.py files (
1,310
LOC)
6
*.java files (
984
LOC)
1
*.js files (
962
LOC)
3
*.gn files (
880
LOC)
1
*.json5 files (
607
LOC)
2
*.bzl files (
375
LOC)
1,356
lines match the content pattern.
details...
per component - primary logical decomposition
src
in 436 files, 209,368 LOC (47%)
tools
in 53 files, 23,752 LOC (30%)
modules
in 88 files, 27,036 LOC (39%)
gm
in 13 files, 3,843 LOC (6%)
bench
in 4 files, 1,749 LOC (7%)
include
in 25 files, 4,292 LOC (19%)
infra
in 1 file 1,214 LOC (7%)
gn
in 3 files, 1,897 LOC (23%)
fuzz
in 6 files, 3,329 LOC (53%)
platform_tools
in 6 files, 984 LOC (16%)
dm
in 2 files, 3,469 LOC (81%)
experimental
in 2 files, 605 LOC (14%)
toolchain
in 1 file 211 LOC (6%)
client_utils
in 1 file 105 LOC (29%)