dart-lang / build
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
4,043 LOC (22%)
19 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
4,043 LOC (22%)
19 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
19
files match defined criteria (
4,043
lines of code,
22.4%
vs. main code):
16
*.dart files (
3,985
lines of code)
3
*.yaml files (
58
lines of code)
22
lines match the content pattern.
details...
per component - primary logical decomposition
build_runner_core
in 4 files, 1,567 LOC (30%)
build_runner
in 3 files, 689 LOC (17%)
build_web_compilers
in 3 files, 638 LOC (33%)
build_modules
in 2 files, 434 LOC (25%)
build_daemon
in 1 file 26 LOC (3%)
build_test
in 1 file 100 LOC (12%)
build_resolvers
in 3 files, 429 LOC (65%)
build_vm_compilers
in 1 file 71 LOC (36%)
scratch_space
in 1 file 89 LOC (67%)