uber / motif
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 9 components.
  • 151 files, 7,391 LOC (84.5% vs. main code).
  • "intellij" is biggest, containing 40.86% of LOC.
  • "config" is smallest, containing 0.03% of LOC.


intellij3020 LOC (34%) 51 files
compiler2456 LOC (28%) 26 files
errormessage631 LOC (7%) 30 files
models498 LOC (5%) 10 files
core359 LOC (4%) 5 files
viewmodel205 LOC (2%) 5 files
ast115 LOC (1%) 10 files
lib105 LOC (1%) 12 files
config2 LOC (<1%) 2 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 15 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 15 links contain 144 dependencies.
G models models ast ast models->ast 8 intellij intellij intellij->models 20 core core intellij->core 36 errormessage errormessage intellij->errormessage 4 intellij->ast 14 config config core->models 4 core->ast 3 viewmodel viewmodel viewmodel->models 5 viewmodel->core 2 lib lib errormessage->models 25 errormessage->core 7 compiler compiler compiler->models 2 compiler->core 5 compiler->errormessage 1 compiler->ast 8


Download: SVG DOT (open online Graphviz editor)

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

Show more details about dependencies...






2025-05-03 07:37