JetBrains / Grammar-Kit
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 7 components.
  • 371 files, 42,457 LOC (100.0% vs. main code).
  • "src" is biggest, containing 41.75% of LOC.
  • "gradle" is smallest, containing 0.04% of LOC.


src17727 LOC (41%) 156 files
testData15963 LOC (37%) 47 files
gen4658 LOC (10%) 106 files
antlr-based-bootstrap2974 LOC (7%) 7 files
resources901 LOC (2%) 52 files
ROOT217 LOC (<1%) 2 files
gradle17 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.
src280 commits (22%)
testData227 commits (18%)
gen122 commits (9%)
resources96 commits (7%)
ROOT27 commits (2%)
gradle4 commits (<1%)
antlr-based-bootstrap1 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2026 2025 2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011
ROOT
10
13
1
3
1
src
10
109
20
113
188
188
93
121
102
283
gradle
4
testData
4
7
3
1
7
40
49
89
16
55
38
70
103
114
6
resources
2
15
6
11
13
9
29
33
52
gen
4
9
42
102
12
18
80
143
50
106
117
96
76
antlr-based-bootstrap
6


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 testData testData resources resources testData--resources 2 testData--testData 2 src src src--testData 1 src--resources 1 src--src 1


2026-01-18 16:35