Skip to content

Commit dc44f6e

Browse files
Merge pull request #698 from moosetechnology/remove-old-blueprint
Remove old blueprint
2 parents 677dca3 + 25b5d0f commit dc44f6e

4 files changed

+0
-341
lines changed

src/Famix-Visualizations/FamixTType.extension.st

-19
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
Extension { #name : #FamixTType }
22

3-
{ #category : #'*Famix-Visualizations' }
4-
FamixTType >> accessorMethods [
5-
6-
^ self methods select: #isPureAccessor
7-
]
8-
9-
{ #category : #'*Famix-Visualizations' }
10-
FamixTType >> blueprint [
11-
12-
^ FamixTypeBlueprint forType: self
13-
]
14-
15-
{ #category : #'*Famix-Visualizations' }
16-
FamixTType >> inspectorShowBlueprint [
17-
18-
<inspectorPresentationOrder: 10 title: 'Blueprint'>
19-
^ self blueprint asInspectorPresenter
20-
]
21-
223
{ #category : #'*Famix-Visualizations' }
234
FamixTType >> uml [
245

src/Famix-Visualizations/FamixTypeBlueprint.class.st

-208
This file was deleted.

src/Famix-Visualizations/FamixTypeGroup.extension.st

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
Extension { #name : #FamixTypeGroup }
22

3-
{ #category : #'*Famix-Visualizations' }
4-
FamixTypeGroup >> blueprintComplexity [
5-
^ FamixTypeGroupBlueprintComplexity forTypeGroup: self
6-
]
7-
83
{ #category : #'*Famix-Visualizations' }
94
FamixTypeGroup >> inspectorShowComplexity [
105

src/Famix-Visualizations/FamixTypeGroupBlueprintComplexity.class.st

-109
This file was deleted.

0 commit comments

Comments
 (0)