Uber / okbuck
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 14 components.
  • 302 files, 20,104 LOC (100.0% vs. main code).
  • "plugin" is biggest, containing 44.37% of LOC.
  • "ROOT" is smallest, containing 0.02% of LOC.


plugin8920 LOC (44%) 99 files
buildSrc8920 LOC (44%) 99 files
libraries534 LOC (2%) 39 files
transform-cli495 LOC (2%) 7 files
app483 LOC (2%) 20 files
manifest-merger-cli184 LOC (<1%) 1 file
another-app147 LOC (<1%) 13 files
kotlin-app134 LOC (<1%) 12 files
dummy-transform94 LOC (<1%) 1 file
tooling90 LOC (<1%) 3 files
dummylibrary47 LOC (<1%) 4 files
android-lint-cli32 LOC (<1%) 1 file
java-app20 LOC (<1%) 2 files
ROOT4 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 6 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 6 links contain 10 dependencies.
G tooling tooling app app libraries libraries app->libraries 3 dummylibrary dummylibrary app->dummylibrary 2 java-app java-app app->java-app 2 kotlin-app kotlin-app dummy-transform dummy-transform plugin plugin buildSrc buildSrc another-app another-app another-app->libraries 1 transform-cli transform-cli dummylibrary->libraries 1 dummylibrary->java-app 1 android-lint-cli android-lint-cli manifest-merger-cli manifest-merger-cli ROOT ROOT


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.
buildSrc254 commits (23%)
libraries29 commits (2%)
app23 commits (2%)
another-app15 commits (1%)
transform-cli9 commits (<1%)
kotlin-app6 commits (<1%)
dummylibrary6 commits (<1%)
tooling5 commits (<1%)
manifest-merger-cli3 commits (<1%)
java-app3 commits (<1%)
dummy-transform3 commits (<1%)
android-lint-cli2 commits (<1%)
ROOT1 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 2016 2015
buildSrc
14
13
52
98
193
562
101
app
1
4
17
8
16
20
tooling
1
1
3
1
ROOT
1
transform-cli
1
2
10
10
libraries
4
35
15
18
7
manifest-merger-cli
1
1
1
kotlin-app
3
3
15
java-app
3
dummy-transform
2
1
dummylibrary
4
1
4
1
android-lint-cli
1
1
another-app
2
9
4
21


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