Hello:
I'm trying to create a Maven project to use the ceylon-maven-plugin with it. However, when I create a Maven project and I click in the Problems panel, Eclipse throws multiple exceptions. I've included the stack trace as an attachment to this report: java.lang.VerifyError: Bad type on operand stack.
I've realized that the same exceptions are thrown whenever I enter Window -> Preferences -> Dot.
This is a fresh "install" of the Java package of Eclipse (I have simply decompressed the original Tar in /usr/local/lib/ as the root user), and it's also a fresh install of the Ceylon plug-in. To run Eclipse, I'm using my own user. I've removed the $HOME/.eclipse/ directory and the workspace several times, in order to make my tests from scratch.
I'm using Debian 9.1. The Error log panel shows this information about my installation:
eclipse.buildId=4.7.0.I20170612-0950
java.version=1.8.0_141
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB
Framework arguments: -product org.eclipse.epp.package.java.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.java.product
If I create the Maven project without having the Ceylon plug-in installed, everything works fine. As soon as I install the Ceylon plug-in, Eclipse starts to behave strangely.
Thank you!