facebook / litho
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
21,720 LOC (16%)
47 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
21,720 LOC (16%)
47 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
47
files match defined criteria (
21,720
lines of code,
16.9%
vs. main code):
38
*.java files (
19,278
lines of code)
4
*.cpp files (
1,668
lines of code)
1
*.js files (
259
lines of code)
1
*.h files (
251
lines of code)
2
*.kt files (
217
lines of code)
1
*.xml files (
47
lines of code)
125
lines match the content pattern.
details...
per component - primary logical decomposition
litho-core
in 13 files, 8,560 LOC (28%)
litho-widget
in 3 files, 3,589 LOC (25%)
lib
in 5 files, 1,919 LOC (18%)
litho-intellij-plugin
in 4 files, 645 LOC (8%)
litho-testing
in 2 files, 362 LOC (4%)
litho-rendercore
in 3 files, 1,040 LOC (20%)
litho-rendercore-transitions
in 2 files, 840 LOC (16%)
litho-sections-core
in 2 files, 1,875 LOC (38%)
litho-it
in 4 files, 591 LOC (12%)
litho-core-kotlin
in 2 files, 217 LOC (8%)
litho-sections-widget
in 1 file 318 LOC (15%)
litho-editor-flipper
in 3 files, 978 LOC (66%)
website
in 1 file 259 LOC (28%)
litho-rendercore-incremental-mount
in 2 files, 527 LOC (72%)