Skip to content

Get an infinite recursive import when call getImportedMembership() #728

@ggunggun

Description

@ggunggun

Dear SysML Team,

I am currently using org.omg.sysml.jar to parse the SysML text. But for this text:

package Dont_Panic_Batmobile {
	viewpoint 'system components';
	view def 'Part list' {
		satisfy 'system components';
		filter @SysML::PartUsage;
    }
    view batmobileParts : 'Part list' {
        expose Dont_Panic_Batmobile::**;
        render Views::asElementTable;
    }  
}

When I called getImportedMembership() on the batmobileParts ViewUsage, I got an infinite recursive import and at last failed with a StackOverflowError.

Bundle-Version: 0.53.0.202511100330

Best Regards,
Ggunggun

Metadata

Metadata

Assignees

No one assigned

    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