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 79259 - Modification of any element in the Source tab is effecting every element in the WSDL Design view.
Summary: Modification of any element in the Source tab is effecting every element in t...
Status: CLOSED DUPLICATE of bug 79258
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-27 21:52 UTC by bugbridge
Modified: 2006-08-07 22:25 UTC (History)
1 user (show)

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 bugbridge 2006-06-27 21:52:51 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Original Target Release: coke_dev; Suggested Target Milestone : 5.5

Original submitter: malapati

Description:

Steps to Reproduce:
1. Import the echo WSDL.
2. Select Source view and delete the <types> or any other element.
3. Select the Design view and check each element. Each element is creating one 
extra same      element.
4. Again select Source view and undo the delete <types> or any other element.
5. Select the Design view and check each element. Each element is creating one 
extra same      element.

Actual result: 
Each element is creating one more same element for every modification and save.

Expected result: 
Deleted element should not be displayed in the design viewfrom the design view.

Observation: 
After closing and reopening the NetBeans window, design view is displaying 
normally according to the souce view modifications.
Comment 1 Shivanand Kini 2006-07-10 20:32:13 UTC

*** This issue has been marked as a duplicate of 79258 ***
Comment 2 lchang 2006-08-07 22:25:43 UTC
The elements are not getting duplicated anymore when you edit the source view.