mozilla / releases-comm-central
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
291,167 LOC (31%)
345 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
291,167 LOC (31%)
345 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)( |:| ).*
".
345
files match defined criteria (
291,167
LOC,
31.3%
vs. main code):
155
*.js files (
123,107
LOC)
102
*.mjs files (
95,204
LOC)
46
*.cpp files (
54,873
LOC)
15
*.css files (
7,677
LOC)
17
*.xhtml files (
5,461
LOC)
2
*.xml files (
1,864
LOC)
3
*.rs files (
1,539
LOC)
3
*.yaml files (
1,173
LOC)
2
*.h files (
269
LOC)
718
lines match the content pattern.
details...
per component - primary logical decomposition
mailnews
in 89 files, 87,876 LOC (31%)
mail
in 112 files, 86,830 LOC (33%)
suite
in 39 files, 34,207 LOC (16%)
chat
in 69 files, 44,909 LOC (52%)
calendar
in 32 files, 35,218 LOC (41%)
rust
in 3 files, 1,539 LOC (37%)
ROOT
in 1 file 588 LOC (93%)