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 139971 - Connecting operators multiple times
Summary: Connecting operators multiple times
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: IEP editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ritesh Adval
URL:
Keywords:
Depends on:
Blocks: 138046
  Show dependency tree
 
Reported: 2008-07-15 02:48 UTC by prashantbhagat
Modified: 2008-07-30 23:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Image illustrating the problem (134.57 KB, text/plain)
2008-07-15 02:49 UTC, prashantbhagat
Details

Note You need to log in before you can comment on or make changes to this bug.
Description prashantbhagat 2008-07-15 02:48:19 UTC
I was able to connect a TableInput operator to a Stream Projection and Filter operator multiple times. When I open the 
Stream Projection and Filter operator, I can see the node "PersonsOfInterest" shown multiple times. I guess this is a 
bug. I think, when the user tries to connect two operators that are already connected, we should ignore the operation.
Comment 1 prashantbhagat 2008-07-15 02:49:25 UTC
Created attachment 64489 [details]
Image illustrating the problem
Comment 2 Ritesh Adval 2008-07-17 22:38:12 UTC
working on it now.
Comment 3 Ritesh Adval 2008-07-17 23:26:05 UTC
Fixed now.
Comment 4 kdoizaki 2008-07-30 23:01:40 UTC
Verified the fix using JavaCAPS R6 (NB 6.1) with IEP nbm files from build080120 installed.

Followed the steps to reproduce and also tried connecting other operators more than once. I am unable to connect the 
same two operators more than once. The GUI also displays a red "X" for a visual cue that connection is not possible.