apache / groovy
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 8 components.
  • 1,784 files, 213,786 LOC (99.3% vs. main code).
  • "src" is biggest, containing 65.32% of LOC.
  • "ROOT" is smallest, containing 0.02% of LOC.


src139649 LOC (64%) 1,083 files
subprojects67444 LOC (31%) 615 files
benchmark3526 LOC (1%) 64 files
gradle1522 LOC (<1%) 1 file
build-logic1029 LOC (<1%) 16 files
config356 LOC (<1%) 3 files
security226 LOC (<1%) 1 file
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.
src3204 commits (15%)
subprojects1184 commits (5%)
gradle257 commits (1%)
config39 commits (<1%)
build-logic36 commits (<1%)
security33 commits (<1%)
benchmark25 commits (<1%)
ROOT4 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 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005
src
184
485
638
787
1424
1538
1633
1350
688
10
22
7
5
4
1
1
1
1
9
subprojects
15
144
59
189
361
752
616
323
190
327
469
310
168
512
28
22
gradle
21
64
53
51
51
17
build-logic
9
5
12
35
security
1
1
3
1
2
4
2
3
2
2
2
6
1
config
1
1
3
2
1
2
3
2
6
5
14
ROOT
1
1
1
1
benchmark
1
16
1
8
9
5
104
30
70


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 38 build-logic build-logic src--build-logic 1 subprojects subprojects subprojects--src 4 subprojects--subprojects 6 subprojects--build-logic 1 build-logic--build-logic 2 security security security--src 1 config config security--config 1 config--src 1


2025-05-07 15:49