Skip to content

Generic classes are not well generated in factory #41

@opcoach

Description

@opcoach

For instance, the factory contains :

public interface ProjectFactory extends MProjectFactory
{

/** Specialize the eINSTANCE initialization with the new interface type 
  * (overridden in the override_factory extension)
*/
ProjectFactory eINSTANCE = ProjectFactoryImpl.init();

public Person createPerson();
public Project createProject();
public Task createTask();
public Company createCompany();

---> public Folder createFolder();
public TaskFolder createTaskFolder();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions