Christoffer Hammarström
Christoffer Hammarström
Created JIRA ticket at https://issues.apache.org/jira/browse/GROOVY-8096
@paulk-asert Correct, this just adds a couple of unit tests to illustrate the problem. I hope you agree that it's better than just describing it. :) I was able to...
I just realised i can already do this in the configuration of the "Checkstyle real-time scan" inspection.
Here's a PR with a test and a fix: https://github.com/DJCordhose/jmte/pull/26
PR with test and fix: https://github.com/DJCordhose/jmte/pull/28 Would you please also consider making a 7.0.2 release? Thank you!
> `cause` of a Throwable points to itself. That is wrong and really should be fixed. It is not wrong. It is the default behavior of `Throwable` when no `cause`...
I found this: https://github.com/influxdata/influxdb.com/issues/135#issuecomment-123859779 Apparently escaping newline with backslash should work.