Frank Vennemeyer

Results 18 comments of Frank Vennemeyer

The process is already ongoing. Currently waiting for #1054 and #1058.

@nedtwigg , I need your help... 1. #1030 passed the CI build. CI should have failed, since JUnit5 should have complained about missing engine. Reason is the source-set I need...

> If we want the CI tests to run before we publish (reasonable), then I think we'd need to figure out some way to generate the fat jar You can...

@nedtwigg As clarified in #1054, the tests are not executed for eclipse-base by CI. I made some changes to the tests due to the spotbugs version upgrade. What is the...

As stated in the code comment, > In case the string which will be formatted does not contain any line delimiter (single line) this code has only be included for...

@jamesdh Thanks for the hint. I would not like to extend the interface for this one, but just accept `groovy.antlr4` as a [property in the configuration files](https://github.com/diffplug/spotless/tree/main/plugin-gradle#eclipse-groovy). Setting a system...

@jamesdh Sorry, was writing my previous comment while you were writing yours :smile: I really don't want to add too much code on Spotless side. In my opinion the best...

For the Eclipse WTP formatter you cannot configure everything per project. Some things are still configured for per workspace. The WTP stores them statically. The spotless user doesn't see this...

The `spotless-eclipse-jdt` should do a little bit more than white-space changes :wink: But you are right, the JDT Clean-Up would be useful. I added the clean-up tasks already for Eclipse-WTP...

@JamieMagee Don't know when I'll find time. If you want to do it yourself, I am happy to assist.