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


buildSrc8920 LOC (44%) 99 files
plugin8920 LOC (44%) 99 files
libraries534 LOC (2%) 39 files
transform-cli495 LOC (2%) 7 files
app471 LOC (2%) 20 files
manifest-merger-cli184 LOC (<1%) 1 file
another-app147 LOC (<1%) 13 files
kotlin-app137 LOC (<1%) 12 files
dummy-transform107 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 transform-cli transform-cli another-app another-app libraries libraries another-app->libraries 1 buildSrc buildSrc java-app java-app app app app->java-app 2 app->libraries 3 dummylibrary dummylibrary app->dummylibrary 2 plugin plugin manifest-merger-cli manifest-merger-cli kotlin-app kotlin-app tooling tooling android-lint-cli android-lint-cli dummy-transform dummy-transform dummylibrary->java-app 1 dummylibrary->libraries 1 ROOT ROOT


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