apache / answer
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 9 components.
  • 860 files, 158,525 LOC (100.0% vs. main code).
  • "i18n" is biggest, containing 52.49% of LOC.
  • "ROOT" is smallest, containing 0.02% of LOC.


i18n83212 LOC (52%) 46 files
internal37643 LOC (23%) 344 files
ui34629 LOC (21%) 407 files
pkg1179 LOC (<1%) 26 files
plugin805 LOC (<1%) 19 files
cmd618 LOC (<1%) 5 files
charts358 LOC (<1%) 9 files
configs47 LOC (<1%) 3 files
ROOT34 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.
ui2133 commits (41%)
internal2079 commits (39%)
i18n926 commits (17%)
cmd294 commits (5%)
pkg264 commits (5%)
plugin128 commits (2%)
configs79 commits (1%)
charts18 commits (<1%)
ROOT8 commits (<1%)
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 2022
internal
1010
1665
4474
5358
ui
337
2056
4974
6287
i18n
244
1422
1623
384
cmd
31
116
141
70
pkg
34
59
178
144
plugin
3
85
137
configs
8
7
14
62
charts
11
60
ROOT
5
3


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 ui ui ui--ui 80 internal internal ui--internal 32 i18n i18n ui--i18n 39 cmd cmd ui--cmd 13 pkg pkg ui--pkg 10 configs configs ui--configs 6 internal--internal 67 internal--i18n 20 internal--cmd 21 internal--configs 8 i18n--i18n 40 cmd--i18n 5 cmd--cmd 5 pkg--internal 21 pkg--i18n 9 pkg--cmd 7 pkg--pkg 5 pkg--configs 5 plugin plugin plugin--ui 5 plugin--internal 10 plugin--i18n 2 plugin--cmd 4 plugin--pkg 7 configs--i18n 6 configs--cmd 3


2025-05-07 20:42