Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
smalltalk-config: [ .github/workflows/famix-config.ston, .github/workflows/famixCpp-config.ston, .github/workflows/criticBrowser-config.ston, .github/workflows/famixFortran-config.ston ]
smalltalk-image: [ Pharo64-11 ]
smalltalk-image: [ Pharo64-12, Pharo64-13 ]
include:
- smalltalk-config: .github/workflows/famix-config.ston
name: Famix tests
Expand Down
1 change: 1 addition & 0 deletions src/BaselineOfFamix/BaselineOfFamix.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ BaselineOfFamix >> fame: spec [

| version |
version := 'development'.
spec for: #( #'pharo13.x' #'pharo12.x' #'pharo11.x' #'pharo10.x' ) do: [ version := 'v1.1.9' ].
spec for: #( #'pharo8.x' #'pharo9.x' ) do: [ version := 'v1.1.6' ].

spec baseline: 'Fame' with: [
Expand Down
7 changes: 7 additions & 0 deletions src/Famix-Java-Entities/FamixJavaEntity.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ FamixJavaEntity >> isClass [
^ false
]

{ #category : #testing }
FamixJavaEntity >> isComment [

<generated>
^ false
]

{ #category : #testing }
FamixJavaEntity >> isEnumValue [

Expand Down
1 change: 1 addition & 0 deletions src/Famix-MetamodelGeneration/FamixGenerator.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,7 @@ FamixGenerator >> defineTraits [
tCanBeClassSide := builder newTraitNamed: #TCanBeClassSide.

tComment := builder newTraitNamed: #TComment comment: self commentForTComment.
tComment withTesting.

tCompilationUnit := builder newTraitNamed: #TCompilationUnit comment: self commentForTCompilationUnit.

Expand Down
7 changes: 7 additions & 0 deletions src/Famix-PharoSmalltalk-Entities/FamixStEntity.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ FamixStEntity >> isClass [
^ false
]

{ #category : #testing }
FamixStEntity >> isComment [

<generated>
^ false
]

{ #category : #testing }
FamixStEntity >> isGlobalVariable [

Expand Down
7 changes: 7 additions & 0 deletions src/Famix-Test1-Entities/FamixTest1Entity.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ FamixTest1Entity >> isClass [
^ false
]

{ #category : #testing }
FamixTest1Entity >> isComment [

<generated>
^ false
]

{ #category : #testing }
FamixTest1Entity >> isFileAnchor [

Expand Down
7 changes: 7 additions & 0 deletions src/Famix-Test2-Entities/FamixTest2Entity.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ FamixTest2Entity >> isClass [
^ false
]

{ #category : #testing }
FamixTest2Entity >> isComment [

<generated>
^ false
]

{ #category : #testing }
FamixTest2Entity >> isInheritance [

Expand Down
7 changes: 7 additions & 0 deletions src/Famix-Test3-Entities/FamixTest3Entity.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ FamixTest3Entity >> isClass [
^ false
]

{ #category : #testing }
FamixTest3Entity >> isComment [

<generated>
^ false
]

{ #category : #testing }
FamixTest3Entity >> isInvocation [

Expand Down
7 changes: 7 additions & 0 deletions src/Famix-Test3-Entities/FamixTest3TypeGroup.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ FamixTest3TypeGroup >> isClass [
^ false
]

{ #category : #testing }
FamixTest3TypeGroup >> isComment [

<generated>
^ false
]

{ #category : #testing }
FamixTest3TypeGroup >> isInvocation [

Expand Down
7 changes: 7 additions & 0 deletions src/Famix-Test6-Entities/FamixTest6Entity.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ FamixTest6Entity class >> metamodel [
^ FamixTest6Model metamodel
]

{ #category : #testing }
FamixTest6Entity >> isComment [

<generated>
^ false
]

{ #category : #testing }
FamixTest6Entity >> isNamedEntity [

Expand Down
7 changes: 7 additions & 0 deletions src/Famix-Test7-Entities/FamixTest7Entity.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ FamixTest7Entity >> isClass [
^ false
]

{ #category : #testing }
FamixTest7Entity >> isComment [

<generated>
^ false
]

{ #category : #testing }
FamixTest7Entity >> isInheritance [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ FamixTestComposed1Entity >> isClass [
^ false
]

{ #category : #testing }
FamixTestComposed1Entity >> isComment [

<generated>
^ false
]

{ #category : #testing }
FamixTestComposed1Entity >> isMethod [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ FamixTestComposed2Entity >> isClass [
^ false
]

{ #category : #testing }
FamixTestComposed2Entity >> isComment [

<generated>
^ false
]

{ #category : #testing }
FamixTestComposed2Entity >> isMethod [

Expand Down
7 changes: 7 additions & 0 deletions src/Famix-Traits/FamixTComment.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ FamixTComment >> displayStringOn: aStream [
self commentedEntity displayStringOn: aStream
]

{ #category : #testing }
FamixTComment >> isComment [

<generated>
^ true
]

{ #category : #printing }
FamixTComment >> printOn: aStream [

Expand Down
11 changes: 0 additions & 11 deletions src/Famix-Traits/FamixTHasImmediateSource.extension.st

This file was deleted.

10 changes: 0 additions & 10 deletions src/Famix-Traits/FamixTHasImmediateSource.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ FamixTHasImmediateSource >> hasSource [
^ self source isEmptyOrNil not
]

{ #category : #'*FamixReplication' }
FamixTHasImmediateSource >> knowsEnd [
^ self source isNotEmpty
]

{ #category : #'*FamixReplication' }
FamixTHasImmediateSource >> knowsStart [
^ self source isNotEmpty
]

{ #category : #accessing }
FamixTHasImmediateSource >> source [

Expand Down
10 changes: 10 additions & 0 deletions src/Famix-UMLDocumentor/FamixUMLRoassalDescriptor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ FamixUMLRoassalDescriptor >> aggregations [
(self umlClassNamed: aggreg source) -> (self umlClassNamed: aggreg target) ])
]

{ #category : #accessing }
FamixUMLRoassalDescriptor >> associations [

^(umlModel
select: [ :umlEntity | umlEntity class = FamixUMLAssociation and: [ umlEntity aggregation = #off ]]
thenCollect: [ :use |
(self umlClassNamed: use target) -> (self umlClassNamed: use source) ])

]

{ #category : #accessing }
FamixUMLRoassalDescriptor >> compositions [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ MooseMSEImporterTestEntity >> isClass [
^ false
]

{ #category : #testing }
MooseMSEImporterTestEntity >> isComment [

<generated>
^ false
]

{ #category : #testing }
MooseMSEImporterTestEntity >> isInheritance [

Expand Down