Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Value of Event Inputs in Services Tree View #2

Open
JMLCarter opened this issue Jan 19, 2018 · 1 comment
Open

Initial Value of Event Inputs in Services Tree View #2

JMLCarter opened this issue Jan 19, 2018 · 1 comment

Comments

@JMLCarter
Copy link
Contributor

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.

@Stuart-Palin-BAES
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants