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