netflix / eclipse-jifa
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.
  • 475 files, 37,393 LOC (100.0% vs. main code).
  • "analysis" is biggest, containing 44.45% of LOC.
  • "ROOT" is smallest, containing 0.27% of LOC.


analysis16622 LOC (44%) 218 files
frontend14446 LOC (38%) 104 files
server5109 LOC (13%) 119 files
common633 LOC (1%) 18 files
manifests482 LOC (1%) 15 files
ROOT101 LOC (<1%) 1 file
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 3 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 3 links contain 58 dependencies.
G analysis analysis common common analysis->common 29 ROOT ROOT server server server->analysis 2 server->common 27 frontend frontend manifests manifests


Download: SVG DOT (open online Graphviz editor)

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

Show more details about dependencies...






2025-05-02 23:46