[577485] Fixes validation of ANY literals Literals of various ANY types have not been validated, as they were not part of the instanceof casace. The solution is now to mandatory demand a type specifier if a literal for an ANY input shall be entered. With that the literal gets clearly typified and will be checked accordingly. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=577485 Change-Id: Idff317ea6387d072a9c539d2249e97c1f97cc630 Signed-off-by: Martin Melik Merkumians <melik-merkumians@acin.tuwien.ac.at>
#Eclipse 4diac IDE
Eclipse 4diac(TM) IDE is an integrated development environment for developing distributed Industrial Process Measurement and Control Systems (IPMCS) utilizing the IEC 61499 standard.
Eclipse 4diac IDE is licensed under an EPL 2.0.
We use contribution policy, which means we can only accept contributions under the terms of Eclipse Contributor Agreement.
For building 4diac IDE simple run
mvn install
in the root directory of 4diac IDE source code. After the build completes you can finde 4diac IDE packages for Windows, Linux and MacOS in the directory:
plugins/org.eclipse.fordiac.ide.product/target
More information on how to build, run and extend 4diac IDe can be found in our Building 4diac IDE Documentation