Skip to content

Commit

Permalink
Merge pull request #698 from moosetechnology/remove-old-blueprint
Browse files Browse the repository at this point in the history
Remove old blueprint
  • Loading branch information
ClotildeToullec authored Jan 26, 2024
2 parents 677dca3 + 25b5d0f commit dc44f6e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 341 deletions.
19 changes: 0 additions & 19 deletions src/Famix-Visualizations/FamixTType.extension.st
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
Extension { #name : #FamixTType }

{ #category : #'*Famix-Visualizations' }
FamixTType >> accessorMethods [

^ self methods select: #isPureAccessor
]

{ #category : #'*Famix-Visualizations' }
FamixTType >> blueprint [

^ FamixTypeBlueprint forType: self
]

{ #category : #'*Famix-Visualizations' }
FamixTType >> inspectorShowBlueprint [

<inspectorPresentationOrder: 10 title: 'Blueprint'>
^ self blueprint asInspectorPresenter
]

{ #category : #'*Famix-Visualizations' }
FamixTType >> uml [

Expand Down
208 changes: 0 additions & 208 deletions src/Famix-Visualizations/FamixTypeBlueprint.class.st

This file was deleted.

5 changes: 0 additions & 5 deletions src/Famix-Visualizations/FamixTypeGroup.extension.st
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
Extension { #name : #FamixTypeGroup }

{ #category : #'*Famix-Visualizations' }
FamixTypeGroup >> blueprintComplexity [
^ FamixTypeGroupBlueprintComplexity forTypeGroup: self
]

{ #category : #'*Famix-Visualizations' }
FamixTypeGroup >> inspectorShowComplexity [

Expand Down
109 changes: 0 additions & 109 deletions src/Famix-Visualizations/FamixTypeGroupBlueprintComplexity.class.st

This file was deleted.

0 comments on commit dc44f6e

Please sign in to comment.