-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
67 additions
and
30 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
src/Famix-Deprecated/FamixMetaModelClassesNotDeclaredInFameRule.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Extension { #name : #FamixMetaModelClassesNotDeclaredInFameRule } | ||
|
||
{ #category : #'*Famix-Deprecated' } | ||
FamixMetaModelClassesNotDeclaredInFameRule >> group [ | ||
"This metadata on the instance side is important for P12 but should be removed to have only the class side one in P13." | ||
|
||
^ self class group | ||
] | ||
|
||
{ #category : #'*Famix-Deprecated' } | ||
FamixMetaModelClassesNotDeclaredInFameRule >> name [ | ||
"This metadata on the instance side is important for P12 but should be removed to have only the class side one in P13." | ||
|
||
^ self class ruleName | ||
] |
22 changes: 22 additions & 0 deletions
22
src/Famix-Deprecated/FamixMetaModelClassesShouldNotOverrideRule.extension.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Extension { #name : #FamixMetaModelClassesShouldNotOverrideRule } | ||
|
||
{ #category : #'*Famix-Deprecated' } | ||
FamixMetaModelClassesShouldNotOverrideRule >> group [ | ||
"This metadata on the instance side is important for P12 but should be removed to have only the class side one in P13." | ||
|
||
^ self class group | ||
] | ||
|
||
{ #category : #'*Famix-Deprecated' } | ||
FamixMetaModelClassesShouldNotOverrideRule >> name [ | ||
"This metadata on the instance side is important for P12 but should be removed to have only the class side one in P13." | ||
|
||
^ self class ruleName | ||
] | ||
|
||
{ #category : #'*Famix-Deprecated' } | ||
FamixMetaModelClassesShouldNotOverrideRule >> rationale [ | ||
"This metadata on the instance side is important for P12 but should be removed to have only the class side one in P13." | ||
|
||
^ self class rationale | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters