Skip to content

Commit ec7e9d8

Browse files
Fix #706
Plus some cleaning in generator
1 parent 6e34e52 commit ec7e9d8

7 files changed

+124
-129
lines changed

src/Famix-Java-Entities/FamixJavaConcretisation.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### Association target
1111
| Relation | Origin | Opposite | Type | Comment |
1212
|---|
13-
| `concreteEntity` | `FamixTConcretisation` | `genericEntity` | `FamixTParametricEntity` | concreteEntity linked to in this relationship. to-side of the association|
13+
| `concreteEntity` | `FamixTConcretisation` | `genericization` | `FamixTParametricEntity` | concreteEntity linked to in this relationship. to-side of the association|
1414
1515
### Other
1616
| Relation | Origin | Opposite | Type | Comment |

src/Famix-Java-Entities/FamixJavaParametricClass.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### Incoming dependencies
1111
| Relation | Origin | Opposite | Type | Comment |
1212
|---|
13-
| `genericEntity` | `FamixTParametricEntity` | `concreteEntity` | `FamixTConcretisation` | genericEntity relationships, i.e. known genericEntity of this type.|
13+
| `genericization` | `FamixTParametricEntity` | `concreteEntity` | `FamixTConcretisation` | genericEntity relationship, i.e. the genericEntity of this type.|
1414
1515
### Other
1616
| Relation | Origin | Opposite | Type | Comment |

src/Famix-Java-Entities/FamixJavaParametricInterface.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### Incoming dependencies
1111
| Relation | Origin | Opposite | Type | Comment |
1212
|---|
13-
| `genericEntity` | `FamixTParametricEntity` | `concreteEntity` | `FamixTConcretisation` | genericEntity relationships, i.e. known genericEntity of this type.|
13+
| `genericization` | `FamixTParametricEntity` | `concreteEntity` | `FamixTConcretisation` | genericEntity relationship, i.e. the genericEntity of this type.|
1414
1515
### Other
1616
| Relation | Origin | Opposite | Type | Comment |

src/Famix-Java-Entities/FamixJavaParametricMethod.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
### Incoming dependencies
1111
| Relation | Origin | Opposite | Type | Comment |
1212
|---|
13-
| `genericEntity` | `FamixTParametricEntity` | `concreteEntity` | `FamixTConcretisation` | genericEntity relationships, i.e. known genericEntity of this type.|
13+
| `genericization` | `FamixTParametricEntity` | `concreteEntity` | `FamixTConcretisation` | genericEntity relationship, i.e. the genericEntity of this type.|
1414
1515
### Other
1616
| Relation | Origin | Opposite | Type | Comment |

0 commit comments

Comments
 (0)