apache / cassandra-sidecar
Components & Dependencies

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.

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 7 components.
  • 171 files, 12,048 LOC (100.0% vs. main code).
  • "src" is biggest, containing 41.72% of LOC.
  • "ROOT" is smallest, containing 0.43% of LOC.


src5027 LOC (41%) 50 files
client3564 LOC (29%) 56 files
common2236 LOC (18%) 47 files
adapters461 LOC (3%) 10 files
vertx-client424 LOC (3%) 4 files
ide284 LOC (2%) 3 files
ROOT52 LOC (<1%) 1 file
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 61 dependencies.
G ROOT ROOT ide ide vertx-client vertx-client adapters adapters common common adapters->common 6 client client client->common 24 src src client->src 5 src->adapters 1 src->common 25


Download: SVG DOT (open online Graphviz editor)

Open 3D force graph...

Show more details about dependencies...




Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
src33 commits (53%)
common20 commits (32%)
ROOT9 commits (14%)
client7 commits (11%)
vertx-client3 commits (4%)
ide2 commits (3%)
adapters1 commits (1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2023 2022 2021 2020 2019
src
73
43
7
3
13
common
54
28
2
10
client
68
adapters
10
ROOT
5
3
1
vertx-client
6
ide
2
2


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 src src src--src 7 ROOT ROOT src--ROOT 3 client client src--client 2 adapters adapters src--adapters 1 common common common--src 7 common--common 6 common--ROOT 4 vertx-client vertx-client common--vertx-client 1 common--client 2 common--adapters 1 vertx-client--src 1 vertx-client--ROOT 1 vertx-client--vertx-client 1 vertx-client--client 3 client--ROOT 1 client--client 2 adapters--ROOT 1 adapters--adapters 1 ide ide ide--ROOT 1 ide--ide 1


2023-08-10 22:00