DocArchitect
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 9 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 10 components.
  • 123 files, 19,861 LOC (100.0% vs. main code).
  • "doc-architect/doc-architect-core/src/main/java/com/docarchitect/core/scanner" is biggest, containing 83.13% of LOC.
  • "doc-architect/doc-architect-core/src/main/resources" is smallest, containing 0.08% of LOC.


doc-architect/doc-architect-core/src/main/java/com/docarchitect/core/scanner16511 LOC (83%) 80 files
doc-architect/doc-architect-core/src/main/java/com/docarchitect/core/generator1388 LOC (6%) 7 files
doc-architect/doc-architect-cli/src/main/java/com/docarchitect/cli769 LOC (3%) 6 files
doc-architect/doc-architect-core/src/main/java/com/docarchitect/core/model319 LOC (1%) 14 files
doc-architect/doc-architect-core/src/main/java/com/docarchitect/core/util299 LOC (1%) 4 files
doc-architect/doc-architect-core/src/main/java/com/docarchitect/core/config205 LOC (1%) 3 files
doc-architect/doc-architect-core/src/main/java/com/docarchitect/core/renderer182 LOC (<1%) 6 files
doc-architect105 LOC (<1%) 1 file
doc-architect/doc-architect-cli/src/main/java/com/docarchitect67 LOC (<1%) 1 file
doc-architect/doc-architect-core/src/main/resources16 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 12 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 12 links contain 119 dependencies.
  • There are 2 places (4 links) with cyclic dependencies (105 file dependencies).


Download: SVG DOT (open online Graphviz editor)

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

Show more details about dependencies...






2026-02-09 03:03