uber / NullAway
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 11 components.
  • 170 files, 17,888 LOC (78.8% vs. main code).
  • "nullaway" is biggest, containing 79.96% of LOC.
  • "test-java-lib-lombok" is smallest, containing 0.15% of LOC.


nullaway14304 LOC (63%) 85 files
jar-infer1369 LOC (6%) 23 files
jmh1012 LOC (4%) 11 files
library-model543 LOC (2%) 7 files
test-java-lib224 LOC (<1%) 24 files
test-library-models112 LOC (<1%) 1 file
sample105 LOC (<1%) 3 files
sample-app98 LOC (<1%) 8 files
annotations47 LOC (<1%) 5 files
sample-library-model47 LOC (<1%) 1 file
test-java-lib-lombok27 LOC (<1%) 2 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 5 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 5 links contain 5 dependencies.
  • There is 1 place (2 links) with cyclic dependencies (2 file dependencies).
G sample sample sample-app sample-app annotations annotations jar-infer jar-infer library-model library-model jar-infer->library-model 1 test-library-models test-library-models nullaway nullaway test-library-models->nullaway 1 jmh jmh test-java-lib test-java-lib test-java-lib-lombok test-java-lib-lombok sample-library-model sample-library-model sample-library-model->nullaway 1 library-model->jar-infer 1 library-model->nullaway 1


Download: SVG DOT (open online Graphviz editor)

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

Show more details about dependencies...






2025-05-03 07:36