Martin Wittlinger
Martin Wittlinger
> Please note that nothing of this submodule is verified in CI at the moment, as we would need to build spoon-pom instead of the root directory for that. Could...
I will review tomorrow/monday.
Thanks @I-Al-Istannen and @SirYwell 🎉
Hmm, the easy fix just replacing the dependency with the newer one is fine for me. The function itself is not too complex, https://github.com/apache/commons-lang/blob/master/src/main/java/org/apache/commons/lang3/StringEscapeUtils.java#L57, but we really don't want to...
@SirYwell this is fixed now or?
All references are package internal.
@SirYwell there are a lot of changed files. Can you summarize the change?
Hey, We dropped java 8 support in spoon 10.0. So we are not actively testing with java 8 anymore. Spoon can still analyze java 8 code, but needs java 11...
I had a brief look into extending AssertJ. Every custom Assertion class needs to extend` AbstractAssert`. But we don't want to repeat very basic assertions like `CtElement#isImplicit`. If we have...
Hey, For a `CtElement` with a position you can use `element.getPosition().getFile()`. Providing a reproduction example or instruction what you are doing is necessary for us to debug this.