Community
Participate
Working Groups
Created attachment 186888 [details] Use to reproduce Greetings Open the attached wsdl with the SIE, see the details page of Element1. Though it shows "StructureType1" it is of type "StructureType2"(and the Type link leads to it). Probably the base type combo instead of the type combo is showed, or the getType is redirected to the getBaseType() method of the element. Best Regards, Dimitar
Hi Dimitar, Could this issue be related somehow to enhancement https://bugs.eclipse.org/bugs/show_bug.cgi?id=349768? Have you done some kind of investigation of the problem? We should probably decide what to do with the enhancement first (which editor to use) and after that - go for fixing this issue (if still needed). Regards, Stanislav
Created attachment 201462 [details] patch fixing the issue with the label Hi Guys, I've prepared a fix + test for the issue. The type name is displayed correctly now. Regards, Stanislav
I've imported and reviewed the fix. I set the sate to blocked by a task related to fixing the tests execution, since I could not verify the fix untill all tests pass. Once I get all the tests running, I'll contribute this fix too Regards, Dimitar