openai / openai-java
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 6 components.
  • 663 files, 137,060 LOC (100.0% vs. main code).
  • "openai-java-core" is biggest, containing 98.79% of LOC.
  • "openai-java" is smallest, containing 0.02% of LOC.


openai-java-core135401 LOC (98%) 620 files
openai-java-example1047 LOC (<1%) 32 files
openai-java-client-okhttp438 LOC (<1%) 4 files
buildSrc130 LOC (<1%) 4 files
ROOT23 LOC (<1%) 2 files
openai-java21 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 1 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 1 links contain 3 dependencies.
G openai-java-core openai-java-core openai-java-example openai-java-example buildSrc buildSrc openai-java-client-okhttp openai-java-client-okhttp openai-java-client-okhttp->openai-java-core 3 ROOT ROOT openai-java openai-java


Download: SVG DOT (open online Graphviz editor)

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

Show more details about dependencies...






2025-04-14 12:09