You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the tree view is selected the initial value of the event parameter name and type is
parameter name:tech.ecoa.osets.model.intf.Parameter@XXXXXX
where XXXXX is someunique identifier. The correct value should be the input name from the xml.
When the name field is clicked the input name from the xml is displayed.
parameter type:
that is, it is blank. When the name field is clicked the input type field form the xml is displayed.
This may be cosmetic issue only. Maybe.
The text was updated successfully, but these errors were encountered:
This is a known issue [008] with the tool. As noted, selecting the field results in the correct values being displayed.
This may be related to problems where the tool also seems to operate on old design data - rather latest changes (only corrected by exiting Eclipse and restarting). The problem may be caused by a number of data structures being declared as "static" resulting in the tool incorrectly re-using the data from earlier instances. There does not appear to be a necessity to have the data structures as "static" (possibly a misplaced attempt at optimization).
(Suggest investigation of removal of "static" attribute on data structures in the tool code).
When the tree view is selected the initial value of the event parameter name and type is
parameter name:tech.ecoa.osets.model.intf.Parameter@XXXXXX
where XXXXX is someunique identifier. The correct value should be the input name from the xml.
When the name field is clicked the input name from the xml is displayed.
parameter type:
that is, it is blank. When the name field is clicked the input type field form the xml is displayed.
This may be cosmetic issue only. Maybe.
The text was updated successfully, but these errors were encountered: