rbeckman-nextgen / test-mc5

0 stars 0 forks source link

First transformer step disappears #10

Closed rbeckman-nextgen closed 4 years ago

rbeckman-nextgen commented 4 years ago

The first transformation step will randomly get deleted from the transformer after switching screens from the transformer pane to the channel editor.

Imported Issue. Original Details: Jira Issue Key: MIRTH-26 Reporter: chrisl Created: 2006-09-11T07:31:49.000-0700

rbeckman-nextgen commented 4 years ago

Sounds like an issue with the transformer panel.

Imported Comment. Original Details: Author: geraldb Created: 2006-09-11T08:13:35.000-0700

rbeckman-nextgen commented 4 years ago

Chris, I was unable to reproduce this. Can you please define more specific steps to reproduce this error?

Imported Comment. Original Details: Author: brendanh Created: 2006-09-13T14:09:43.000-0700

rbeckman-nextgen commented 4 years ago

Yes -

Create a large transformer (>100 steps). Edit one of the steps (not the first) then go back to channels. Go back into the transformer, then go back to channels. Continue to do this several times (>50) and eventually the first step is blank.

Imported Comment. Original Details: Author: chrisl Created: 2006-09-13T15:07:43.000-0700

rbeckman-nextgen commented 4 years ago

Bug was reproduced when performing clone operations:

It appears to be due to the transformer pane using string comparisons to determine the type. This happened to work in previous releases because the String object was always the same. In cases of import/export or clone, Transformer pane would exhibit the behavior of randomly losing steps.

Fixed by changing to .equals()

Imported Comment. Original Details: Author: chrisl Created: 2006-12-20T19:18:20.000-0800