Thorntail
Components & Dependencies

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.

  • A software system can have one or more logical decompositions.
  • A logical decomposition can be defined in two ways in Sokrates.
  • First approach is based on the folders structure. Components are mapped to folders at defined folder depth relative to the source code root.
  • Second approach is based on explicit definition of each component. In such explicit definitions, components are explicitly named and their files are selected based on explicitly defined path and content filters.
  • A logical decomposition is considered invalid if a file is selected into two or more components.This constraint is introduced in order to facilitate measuring of dependencies among components.
  • Files not assigned to any component are put into a special "Unclassified" component.
Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

  • primary (12 components)
Logical Decomposition #1: PRIMARY
The decompositions is based on folder structure at level 1 (relative to the source code root).
Components
The "primary" logical decomposition has 12 components.
  • 905 files, 45,681 lines of code (100.0% vs. main code).
  • "fractions" is biggest, containing 40.67% of code.
  • "build-resources" is smallest, containing 0.01% of code.


fractions18580 LOC (40%) 449 files
core13859 LOC (30%) 205 files
plugins3813 LOC (8%) 39 files
arquillian2535 LOC (5%) 50 files
testsuite2189 LOC (4%) 98 files
tools1829 LOC (4%) 23 files
meta1335 LOC (2%) 21 files
thorntail-runner1070 LOC (2%) 10 files
swarmtool271 LOC (<1%) 1 files
client-apis167 LOC (<1%) 6 files
cli27 LOC (<1%) 1 files
build-resources6 LOC (<1%) 2 files
Alternative Visuals
Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 20 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 20 links contain 308 dependencies.
G swarmtool swarmtool tools tools swarmtool->tools 1 meta meta swarmtool->meta 1 arquillian arquillian swarmtool->arquillian 1 core core tools->core 6 tools->meta 4 client-apis client-apis plugins plugins plugins->tools 16 plugins->core 3 plugins->meta 9 thorntail-runner thorntail-runner thorntail-runner->tools 4 thorntail-runner->plugins 1 thorntail-runner->meta 1 testsuite testsuite testsuite->core 1 fractions fractions testsuite->fractions 7 cli cli fractions->core 189 fractions->client-apis 1 fractions->meta 43 arquillian->tools 6 arquillian->core 12 arquillian->plugins 1 arquillian->fractions 1 build-resources build-resources




Show more details about dependencies...




2020-09-11 16:49