openai / openai-java
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

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.
  • 669 files, 154,520 LOC (100.0% vs. main code).
  • "openai-java-core" is biggest, containing 98.88% of LOC.
  • "openai-java" is smallest, containing 0.01% of LOC.


openai-java-core152797 LOC (98%) 624 files
openai-java-example1108 LOC (<1%) 34 files
openai-java-client-okhttp438 LOC (<1%) 4 files
buildSrc133 LOC (<1%) 4 files
ROOT23 LOC (<1%) 2 files
openai-java21 LOC (<1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
openai-java-core67 commits (52%)
openai-java-example18 commits (14%)
openai-java-client-okhttp12 commits (9%)
ROOT8 commits (6%)
buildSrc6 commits (4%)
openai-java1 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024 2023
openai-java-core
496
315
openai-java-example
80
8
openai-java-client-okhttp
2
23
buildSrc
2
7
4
ROOT
3
5
2
openai-java
1


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G openai-java-core openai-java-core openai-java-core--openai-java-core 13 openai-java-client-okhttp openai-java-client-okhttp openai-java-core--openai-java-client-okhttp 4 ROOT ROOT openai-java-core--ROOT 4 buildSrc buildSrc openai-java-core--buildSrc 2 openai-java-example openai-java-example openai-java-example--openai-java-core 2 openai-java-example--openai-java-example 7 openai-java-example--openai-java-client-okhttp 1 openai-java-example--ROOT 3 openai-java-example--buildSrc 2 openai-java-client-okhttp--openai-java-client-okhttp 4 openai-java-client-okhttp--buildSrc 1 ROOT--openai-java-client-okhttp 3 buildSrc--ROOT 3


2025-05-04 14:15