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

TraceExplorer: getting the correct node to focus when node is part of a lambda expression #2468

Closed
mgronover opened this issue Aug 13, 2024 · 2 comments
Assignees

Comments

@mgronover
Copy link
Member

Also see:

IETS3/iets3.opensource#1032

@mgronover mgronover self-assigned this Aug 13, 2024
@mgronover mgronover changed the title TraceExplorer getting the correct node to focus when node is part of a lambda expression TraceExplorer: getting the correct node to focus when node is part of a lambda expression Aug 13, 2024
mgronover added a commit that referenced this issue Aug 14, 2024
…apping-for-Lambdas

TraceExplorer: add interface for retrieving mapped nodes (#2468)
@mgronover
Copy link
Member Author

  • fix read access for node mapper in trace explorer.

mgronover added a commit that referenced this issue Aug 19, 2024
…sReadAccessForNodeMapping

TraceExplorer: fix missing read access for node mapper (#2468)
mgronover added a commit that referenced this issue Aug 20, 2024
…sReadAccessForNodeMapping

TraceExplorer: weakens too restricted interface again (#2468)
mgronover added a commit that referenced this issue Aug 20, 2024
mgronover added a commit that referenced this issue Aug 21, 2024
…sReadAccessForNodeMapping

TraceExplorer: Fixed NPE (#2468)
@mgronover
Copy link
Member Author

Another problem is, that a trace record stores the nodes but the interface only allows to get the Reference of it within the model. This of cause may result in returning null because in case of a lambda expression the traced node is only a copy of the original without a model.

This can be resolved by introducing the required method to the interface ITraceRecord returning the node instead of the node reference.

mgronover added a commit that referenced this issue Aug 21, 2024
…sReadAccessForNodeMapping

TraceExplorer: Extended ITraceRecord interface and fixed method (#2468)
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

1 participant