Calixte
Calixte
No. I don't think we introduced any change that would have this consequence.
Does anyone know if we have to ship our own icons with the plugin, or if we can use the ones from the current theme?
Doesn't Tycho 2 require Java 11? Are you able to run `mvn clean test package` successfully?
I was not aware you could build eclipse-cs with JDK 7. The [travis configuration](https://github.com/checkstyle/eclipse-cs/blob/master/.travis.yml) would test that we could build it with 8, 11, and 13. @vogella do you want...
It looks like Eclipse 4.6 Neon is the oldest one that requires Java 8. So we could do that.
I *think* we would need to use the maven-bundle-plugin to turn checkstyle into an osgi bundle which can then be imported by `net.sf.eclipsecs.checkstyle`. I can give this a try.
It's not accurate to say that the CheckstyleException "crashes Eclipse". It's reported as a user-friendly error. I admit the generic message is not very helpful. It just says: `Checkstyle execution...
We first noticed this here: https://github.com/checkstyle/eclipse-cs/pull/286#discussion_r619450042 The metadata project intent was to have this ability to merge metadata from checkstyle with custom metadata (quickfixes) from the plugin, but as you...
This is how it looks when there's a compilation issue:  Goal is to remove the "Checkstyle execution failed due to an internal error" when it's a...
I rebased with the 10.1 release changes, and will merge this before I move forward with 10.2.