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 124277 - Extra tags remain in source after a function is deleted in Mapper
Summary: Extra tags remain in source after a function is deleted in Mapper
Status: CLOSED DUPLICATE of bug 123969
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-19 16:19 UTC by Andrei Chistiakov
Modified: 2008-01-30 11: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 Andrei Chistiakov 2007-12-19 16:19:17 UTC
Reproduced with Sierra build 20071218-2059.

To reproduce the bug:
- open Synchronous Sample BPEL doc;
- select Assign activity on the diagram, switch to Mapper;
- edit the mapping. Use, for example, Greater function in it;
- delete the function from mapper's canvas;
- switch to source.

The following piece of the deleted assignment remains there:
<copy>
    <from></from>
    <to>$outputVar.resultType/ns2:paramA</to>
</copy>
Comment 1 Nikita Krjukov 2007-12-24 18:44:20 UTC

*** This issue has been marked as a duplicate of 123969 ***