Skip to content

Commit

Permalink
Merge pull request #873 from moosetechnology/fix-system-complexity-fo…
Browse files Browse the repository at this point in the history
…r-packages

Fix System complexity tab for packages
  • Loading branch information
ClotildeToullec authored Jan 23, 2025
2 parents 399f963 + 9450613 commit 5851165
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Famix-Visualizations/FamixPackageGroupComplexity.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ FamixPackageGroupComplexity >> shapeForPackage: aPackage [

{ #category : #shapes }
FamixPackageGroupComplexity >> systemComplexityOf: aPackage [

aPackage allClasses ifEmpty: [ ^ RSCanvas new asShape ].
^ (aPackage allClasses asMooseSpecializedGroup systemComplexity
build;
yourself) canvas asShape
build;
yourself) canvas asShape
]

0 comments on commit 5851165

Please sign in to comment.