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 139430 - Incomplete erase of mapper elements
Summary: Incomplete erase of mapper elements
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-09 16:55 UTC by pkaczyns
Modified: 2008-10-14 15:43 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 pkaczyns 2008-07-09 16:55:50 UTC
Scenario on some assign activity:
1) Create 4 '==' (equal) elements
2) Attach anything to their inputs (for example number literals)
3) Create 3 OR elements
4) Attach as follows 
   equal_1->OR_1
   equal_2->OR_1
   equal_3->OR_2
   equal_4->OR_2
   OR_1->OR_3
   OR_2->OR_3
5) Go to design view, then get back to mapper view, three ORs are combined into one big (which is nice)
6) Remove literals attached to equal_3 and equal_4, then remove these equals
7) Do the same as in step 5
both equals removed in 6) are still on place, OR is not reduced to 2 elements. BPEL is not compiling... I had to remove
the assigns manually from the text editor.
Comment 1 Sergey Lunegov 2008-10-14 15:43:07 UTC
Bug is still reproducible