You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
This is probably because of the refactoring John is doing.
[meta discussion] The "duplicate" label is for duplicated issues: when two issues talk about the same thing. Not for an issue about duplicate code.
@tgoprince I think I solved this. There is only one java class responsible for the relationship stereotypes and it is at the /ontouml project as you suggested. I did the same for ClassStereotype as well and DataTypeStereotype. After checking please close this issue :)
The classes are in the following packages:
net.menthor.editor.v2.types.RelationshipType
and
net.menthor.common.ontoumlfixer.RelationshipStereotype
They are exactly the same! Just enumerations for the OntoUML stereotypes with a friendly toString().
I guess The implementation of RelationshipType is more concise. The location of RelationshipStereotype is better suited.
What you think @johnguerson ??
The text was updated successfully, but these errors were encountered: