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

Local search does not allow input parameter as unreferenced variable #76

Open
eclipse-viatra-bot opened this issue Mar 12, 2024 · 4 comments
Labels
bugzilla Issues migrated from Eclipse bugzilla. Query Issues related to the query component of VIATRA, including runtime or pattern language issues.

Comments

@eclipse-viatra-bot
Copy link

| --- | --- |
| Bugzilla Link | 530515 |
| Status | NEW |
| Importance | P3 normal |
| Reported | Jan 30, 2018 10:41 EDT |
| Modified | Nov 23, 2020 08:30 EDT |
| Version | 2.0.0 |
| Blocks | 501465 |
| Reporter | Abel Hegedus |

Description

The following pattern fails validation with "Parameter 'prefix' has no enumerable reference in body '#1'.", although the search-based query engine would be capable of evaluating the query.

search pattern nameStartsWith(c : EClass, in prefix : java ^java.lang.String) {
EClass.name(c, clName);
check(clName.startsWith(prefix));
}

@eclipse-viatra-bot eclipse-viatra-bot added bugzilla Issues migrated from Eclipse bugzilla. legacy Query Issues related to the query component of VIATRA, including runtime or pattern language issues. labels Mar 12, 2024
@eclipse-viatra-bot
Copy link
Author

By Zoltan Ujhelyi on Apr 10, 2018 07:11

This issue is an additional validator change related to parameter direction handling; marking is a subtask of corresponding bug 501465

@eclipse-viatra-bot
Copy link
Author

By Zoltan Ujhelyi on May 27, 2019 07:49

Bugzilla cleanup.

@eclipse-viatra-bot
Copy link
Author

By Zoltan Ujhelyi on Nov 20, 2019 05:51

Postponing issues to the next release.

@eclipse-viatra-bot
Copy link
Author

By Zoltan Ujhelyi on Nov 23, 2020 08:30

Mass postponing of issues to the 2.6 timeframe.

@ujhelyiz ujhelyiz removed the legacy label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from Eclipse bugzilla. Query Issues related to the query component of VIATRA, including runtime or pattern language issues.
Projects
None yet
Development

No branches or pull requests

2 participants