uber / rides-android-sdk
Static Component Dependencies

An overview of static code dependencies among source code logical components.

Intro

Static code dependencies refer to the relationships between different modules, libraries, or components in a software system that are established at compile-time rather than at runtime. These dependencies are determined by the code itself, meaning that one module directly references another through imports, includes, or explicit references in the code. Examples include:

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 7 components.
  • 138 files, 5,849 LOC (100.0% vs. main code).
  • "core-android" is biggest, containing 42.02% of LOC.
  • "spotless" is smallest, containing 0.03% of LOC.


core-android2458 LOC (42%) 44 files
rides-android1592 LOC (27%) 28 files
authentication929 LOC (15%) 43 files
core596 LOC (10%) 17 files
ROOT197 LOC (3%) 3 files
gradle75 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 2 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 2 links contain 14 dependencies.
G gradle gradle ROOT ROOT spotless spotless rides-android rides-android core-android core-android rides-android->core-android 7 core core authentication authentication authentication->core 7


Download: SVG DOT (open online Graphviz editor)

Open 2D force graph...
Open 3D force graph...

Show more details about dependencies...






2025-05-03 07:36