Uber / AutoDispose
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 10 components.
  • 117 files, 5,235 LOC (86.5% vs. main code).
  • "sample" is biggest, containing 30.49% of LOC.
  • "spotless" is smallest, containing 0.04% of LOC.


sample1596 LOC (26%) 36 files
autodispose1586 LOC (26%) 42 files
static-analysis777 LOC (12%) 6 files
android561 LOC (9%) 16 files
ROOT329 LOC (5%) 3 files
autodispose-lifecycle196 LOC (3%) 8 files
autodispose-interop95 LOC (1%) 2 files
gradle87 LOC (1%) 1 file
test-utils6 LOC (<1%) 1 file
spotless2 LOC (<1%) 2 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 7 links (arrows) between components.
  • The number on the arrow represents the number of files from referring component that depend on files in referred component.
  • These 7 links contain 29 dependencies.
G autodispose-interop autodispose-interop autodispose autodispose autodispose-interop->autodispose 1 test-utils test-utils autodispose-lifecycle autodispose-lifecycle autodispose-lifecycle->autodispose 5 ROOT ROOT spotless spotless gradle gradle android android android->autodispose-lifecycle 1 android->autodispose 5 sample sample sample->autodispose-lifecycle 4 sample->android 8 sample->autodispose 5 static-analysis static-analysis


Download: SVG DOT (open online Graphviz editor)

Open 3D force graph...

Show more details about dependencies...




Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
sample16 commits (4%)
android13 commits (3%)
static-analysis13 commits (3%)
ROOT12 commits (3%)
autodispose11 commits (2%)
autodispose-lifecycle7 commits (1%)
autodispose-interop6 commits (1%)
spotless2 commits (<1%)
gradle1 commits (<1%)
test-utils1 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2024 2023 2022 2021 2020 2019 2018 2017
autodispose
41
35
57
sample
36
14
1
48
21
5
android
16
4
20
autodispose-lifecycle
8
7
11
static-analysis
6
1
7
1
10
ROOT
4
3
7
autodispose-interop
3
2
2
spotless
2
2
gradle
1
test-utils
1


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

No temporal dependencies found.



2024-04-03 14:33