microsoft / azure-maven-plugins
Components & Dependencies

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.

  • 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 (20 components)

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure (relative to the source code root), with automatically defined folder depth to have at least 10 components.

Bubble Chart | Tree Map
Components
The "primary" logical decomposition has 20 components.
  • 427 files, 28,473 lines of code (100.0% vs. main code).
  • "azure-toolkit-libs/azure-toolkit-appservice-lib" is biggest, containing 25% of code.
  • "ci" is smallest, containing 0.31% of code.


azure-toolkit-libs/azure-toolkit-appservice-lib7119 LOC (25%) 111 files
azure-toolkit-libs/azure-toolkit-common-lib5569 LOC (19%) 85 files
azure-maven-plugin-lib/src2167 LOC (7%) 33 files
azure-webapp-maven-plugin/src1906 LOC (6%) 20 files
azure-toolkit-libs/azure-toolkit-auth-lib1451 LOC (5%) 27 files
azure-toolkit-libs/azure-toolkit-springcloud-lib1380 LOC (4%) 20 files
azure-toolkit-libs/azure-toolkit-compute-lib1279 LOC (4%) 25 files
azure-functions-maven-plugin/src1202 LOC (4%) 7 files
azure-spring-cloud-maven-plugin/src1043 LOC (3%) 10 files
azure-sfmesh-maven-plugin/src943 LOC (3%) 21 files
azure-toolkit-libs/azure-toolkit-postgre-lib859 LOC (3%) 10 files
azure-toolkit-libs/azure-toolkit-mysql-lib856 LOC (3%) 10 files
azure-toolkit-libs/azure-toolkit-sqlserver-lib771 LOC (2%) 10 files
azure-toolkit-libs/azure-toolkit-storage-lib614 LOC (2%) 12 files
azure-toolkit-libs/azure-toolkit-redis-lib446 LOC (1%) 7 files
azure-toolkit-libs/azure-toolkit-database-lib297 LOC (1%) 7 files
ci/ps196 LOC (<1%) 2 files
azure-toolkit-libs/azure-toolkit-applicationinsights-lib176 LOC (<1%) 3 files
azure-toolkit-libs/azure-toolkit-resource-lib111 LOC (<1%) 2 files
ci88 LOC (<1%) 5 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-01-30 15:00