eclipse-viatra / org.eclipse.viatra

Main components of the VIATRA framework
https://eclipse.dev/viatra
Eclipse Public License 2.0
1 stars 1 forks source link

Fix type checking and editing for Xbase expressions in the graphical query editor #91

Open eclipse-viatra-bot opened 6 months ago

eclipse-viatra-bot commented 6 months ago

| --- | --- | | Bugzilla Link | 539172 | | Status | NEW | | Importance | P3 normal | | Reported | Sep 18, 2018 03:45 EDT | | Modified | Sep 18, 2018 03:46 EDT | | Version | 2.1.0 | | Reporter | Zoltan Ujhelyi |

Description

In the first prototype, type checking is incomplete for check and eval expressions:

1) It only checks the type of the connected variables, but if that type is not explicitly declared, it is not found. 2) It is not checked that check expressions are only called with Java types.