This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 83981 - AXIModel does not reflect type change
Summary: AXIModel does not reflect type change
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-01 01:22 UTC by Girish Balachandran
Modified: 2006-09-20 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Girish Balachandran 2006-09-01 01:22:24 UTC
Event though a type change event in emitted, when getType() still gives the
previous set type. This can be seen in the UI by doing the following:
Drag adn drop element. Set the element type to some simple type thru prop sheet.
You will see that the UI did not refresh with the new type info. But, now go and
rename that element, now you will notice the type appearing on the screen.
Comment 1 Samaresh Panda 2006-09-01 22:45:54 UTC
Checking in AXIComponent.java; new revision: 1.1.2.58;
Checking in impl/ElementImpl.java; new revision: 1.1.2.33;
Comment 2 Girish Balachandran 2006-09-20 20:14:37 UTC
Verified on 9/20