Uber / motif
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 9 components.
  • 151 files, 7,444 LOC (84.9% vs. main code).
  • "intellij" is biggest, containing 40.31% of LOC.
  • "config" is smallest, containing 0.03% of LOC.


intellij3001 LOC (34%) 51 files
compiler2541 LOC (28%) 26 files
errormessage578 LOC (6%) 30 files
models505 LOC (5%) 10 files
core371 LOC (4%) 5 files
viewmodel208 LOC (2%) 5 files
ast133 LOC (1%) 10 files
lib105 LOC (1%) 12 files
config2 LOC (<1%) 2 files
Static Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 15 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 15 links contain 144 dependencies.
G viewmodel viewmodel core core viewmodel->core 2 models models viewmodel->models 5 core->models 4 ast ast core->ast 3 config config models->ast 8 lib lib intellij intellij intellij->core 36 intellij->models 20 intellij->ast 14 errormessage errormessage intellij->errormessage 4 errormessage->core 7 errormessage->models 25 compiler compiler compiler->core 5 compiler->models 2 compiler->ast 8 compiler->errormessage 1


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.
compiler54 commits (9%)
intellij53 commits (9%)
errormessage21 commits (3%)
models21 commits (3%)
core14 commits (2%)
lib14 commits (2%)
ast13 commits (2%)
viewmodel7 commits (1%)
config2 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2024 2023 2022 2021 2020 2019 2018
intellij
58
49
14
43
148
compiler
7
68
4
2
49
errormessage
1
36
26
5
60
core
5
1
3
20
models
18
2
41
ast
12
32
viewmodel
6
1
8
lib
6
15
13
config
4


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 intellij intellij intellij--intellij 3 errormessage errormessage intellij--errormessage 1 compiler compiler intellij--compiler 1 errormessage--compiler 1 compiler--compiler 1


2024-04-03 14:38