apache / incubator-seata-ctl
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.
  • 50 files, 2,781 LOC (100.0% vs. main code).
  • "action" is biggest, containing 66.31% of LOC.
  • "tool" is smallest, containing 0.54% of LOC.


action1844 LOC (66%) 38 files
seata408 LOC (14%) 6 files
ROOT395 LOC (14%) 2 files
cmd79 LOC (2%) 2 files
model40 LOC (1%) 1 file
tool15 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.
action3 commits (50%)
cmd3 commits (50%)
ROOT2 commits (33%)
seata2 commits (33%)
model1 commits (16%)
tool1 commits (16%)
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
action
24
17
ROOT
1
1
model
1
cmd
1
3
tool
1
seata
12


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 model model action action model--action 1 cmd cmd model--cmd 1 action--action 1 cmd--action 1 tool tool tool--model 1 tool--action 1 tool--cmd 1 ROOT ROOT tool--ROOT 1 ROOT--model 1 ROOT--action 1 ROOT--cmd 1


2025-05-07 20:53