Skip to content

export of metamodel to Java #9

@NicolasAnquetil

Description

@NicolasAnquetil

When exporting metamodel to Java, the inheritance between traits is not exported:

Trait << #FamixTType
	traits: {FamixTNamedEntity + FamixTReferenceable + FamixTSourceEntity + TEntityMetaLevelDependency};

gives:

public interface TType  {

whereas it should be:

public interface TType  extends  TNamedEntity, TReferenceable, TSourceEntity, TEntityMetaLevelDependency {

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions