Hello,
I'm using SmartClient Version: v8.3p_2013-01-09/PowerEdition Deployment (built 2013-01-09).
I'm getting more and more into the selenium testcases, which is a great feature. One problem I face on a regular basis is ID collision.
I get warns like this:
I am certain they are unique, and I know that they are destroyed, ie when a tab is closed or deselected. That is: in the developer console, after a tab deselection, I don't see the widget with this ID anymore in the 'Watch' tab.
What I wonder is, if there is a reference (ie. the object is not drawn or connected to a canvas, and is destroy()'ed, but the object in Java is located in a HashMap or whatever), would this trigger a collision?
I am trying to debug these collisions, so that's why I ask. Any hints for things I need to look into are welcome.
I'm using SmartClient Version: v8.3p_2013-01-09/PowerEdition Deployment (built 2013-01-09).
I'm getting more and more into the selenium testcases, which is a great feature. One problem I face on a regular basis is ID collision.
I get warns like this:
Code:
[ERROR] [generatedcode] - 10:23:18.156:MUP6:WARN:Log:Specified ID:grid_IngredientRichTableView collides with the ID for an existing SmartGWT component or object.
What I wonder is, if there is a reference (ie. the object is not drawn or connected to a canvas, and is destroy()'ed, but the object in Java is located in a HashMap or whatever), would this trigger a collision?
I am trying to debug these collisions, so that's why I ask. Any hints for things I need to look into are welcome.
Comment