Skip to content

Textual export duplicates "abstract" keyword for OccurrenceUsage #1847

@adaussy

Description

@adaussy

Exporting the following model from SysON:

package root {
    abstract occurrence test;
    abstract occurrence def Test;
}

Gives:

package root {
    abstract abstract occurrence test;
    abstract occurrence def Test;
}

It should produce instead:

package root {
    abstract occurrence test;
    abstract occurrence def Test;
}

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions