Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 334483 - Base Type's instead of type's name displayed in Element's type combo
Summary: Base Type's instead of type's name displayed in Element's type combo
Status: ASSIGNED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: WTP Incubator (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 trivial (vote)
Target Milestone: ---   Edit
Assignee: Dimitar Donchev CLA
QA Contact: Dimitar Donchev CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-16 12:30 EST by Dimitar Donchev CLA
Modified: 2021-11-18 16:19 EST (History)
2 users (show)

See Also:


Attachments
Use to reproduce (1.75 KB, application/octet-stream)
2011-01-16 12:30 EST, Dimitar Donchev CLA
no flags Details
patch fixing the issue with the label (8.50 KB, patch)
2011-08-13 14:26 EDT, Stanislav Nichev CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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