Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 334483

Summary: Base Type's instead of type's name displayed in Element's type combo
Product: z_Archived Reporter: Dimitar Donchev <dimitar.donchev>
Component: WTP IncubatorAssignee: Dimitar Donchev <dimitar.donchev>
Status: ASSIGNED --- QA Contact: Dimitar Donchev <dimitar.donchev>
Severity: trivial    
Priority: P3 CC: dimitar.donchev, stanislav.nichev
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
Use to reproduce
none
patch fixing the issue with the label none

Description Dimitar Donchev CLA 2011-01-16 12:30:32 EST
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
Comment 1 Stanislav Nichev CLA 2011-06-19 09:33:08 EDT
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
Comment 2 Stanislav Nichev CLA 2011-08-13 14:26:57 EDT
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
Comment 3 Dimitar Donchev CLA 2011-09-06 07:47:05 EDT
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