netflix / archaius
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.
  • 124 files, 7,028 LOC (100.0% vs. main code).
  • "archaius2-core" is biggest, containing 66.56% of LOC.
  • "archaius2-commons-configuration" is smallest, containing 1.2% of LOC.


archaius2-core4678 LOC (66%) 63 files
archaius2-api637 LOC (9%) 34 files
archaius2-archaius1-bridge573 LOC (8%) 6 files
archaius2-persisted2554 LOC (7%) 12 files
archaius2-guice408 LOC (5%) 6 files
archaius2-typesafe94 LOC (1%) 2 files
archaius2-commons-configuration84 LOC (1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 11 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 11 links contain 54 dependencies.
G archaius2-archaius1-bridge archaius2-archaius1-bridge archaius2-api archaius2-api archaius2-archaius1-bridge->archaius2-api 3 archaius2-core archaius2-core archaius2-archaius1-bridge->archaius2-core 1 archaius2-commons-configuration archaius2-commons-configuration archaius2-archaius1-bridge->archaius2-commons-configuration 1 archaius2-guice archaius2-guice archaius2-guice->archaius2-api 3 archaius2-guice->archaius2-core 3 archaius2-core->archaius2-api 35 archaius2-commons-configuration->archaius2-core 1 archaius2-typesafe archaius2-typesafe archaius2-typesafe->archaius2-api 1 archaius2-typesafe->archaius2-core 1 archaius2-persisted2 archaius2-persisted2 archaius2-persisted2->archaius2-api 3 archaius2-persisted2->archaius2-core 2


Download: SVG DOT (open online Graphviz editor)

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

Show more details about dependencies...






2025-05-02 23:41