Apache Commons Lang
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 (15 components)
Logical Decomposition #1: PRIMARY
The decompositions is based on folder structure at level 8 (relative to the source code root).
Components
The "primary" logical decomposition has 15 components.
  • 210 files, 29,951 lines of code (55.1% vs. main code).
  • "lang3" is biggest, containing 40.15% of code.
  • "lang3/arch" is smallest, containing 0.16% of code.


lang312026 LOC (22%) 35 files
lang3/text3812 LOC (7%) 24 files
lang3/builder3673 LOC (6%) 21 files
lang3/time3109 LOC (5%) 15 files
lang3/reflect1972 LOC (3%) 9 files
lang3/math1264 LOC (2%) 4 files
lang3/concurrent1117 LOC (2%) 23 files
lang3/mutable874 LOC (1%) 10 files
lang3/function787 LOC (1%) 45 files
lang3/exception569 LOC (1%) 7 files
lang3/tuple329 LOC (<1%) 7 files
lang3/event160 LOC (<1%) 3 files
lang3/stream119 LOC (<1%) 2 files
lang3/compare91 LOC (<1%) 3 files
lang3/arch49 LOC (<1%) 2 files
Alternative Visuals
Dependencies
Dependencies among components are static code dependencies among files in different components.
  • Analyzed system has 28 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 28 links contain 77 dependencies.
  • There are 8 places (16 links) with cyclic dependencies (46 file dependencies).
G lang3 lang3 lang3/mutable lang3/mutable lang3->lang3/mutable 3 lang3/function lang3/function lang3->lang3/function 1 lang3/math lang3/math lang3->lang3/math 3 lang3/arch lang3/arch lang3->lang3/arch 1 lang3/text lang3/text lang3->lang3/text 2 lang3/builder lang3/builder lang3->lang3/builder 2 lang3/exception lang3/exception lang3->lang3/exception 1 lang3/mutable->lang3 1 lang3/mutable->lang3/math 4 lang3/tuple lang3/tuple lang3/tuple->lang3/builder 2 lang3/stream lang3/stream lang3/stream->lang3/function 1 lang3/reflect lang3/reflect lang3/reflect->lang3 7 lang3/reflect->lang3/builder 1 lang3/function->lang3/stream 1 lang3/math->lang3 3 lang3/time lang3/time lang3/time->lang3 4 lang3/time->lang3/exception 1 lang3/concurrent lang3/concurrent lang3/concurrent->lang3 5 lang3/concurrent->lang3/function 1 lang3/compare lang3/compare lang3/text->lang3 8 lang3/text->lang3/builder 1 lang3/builder->lang3 12 lang3/builder->lang3/tuple 2 lang3/builder->lang3/reflect 2 lang3/exception->lang3 2 lang3/exception->lang3/tuple 4 lang3/event lang3/event lang3/event->lang3 1 lang3/event->lang3/reflect 1




Show more details about dependencies...




2020-09-11 16:32