Results 113 issues of Pankraz76

related to: - https://github.com/diffplug/spotless/pull/2636 - https://github.com/checkstyle/checkstyle/pull/17730 - https://github.com/google/error-prone/issues/5195 - https://github.com/google/error-prone/pull/5328

Considering: - https://github.com/diffplug/spotless/pull/2766 - https://github.com/diffplug/spotless/issues/2745 - https://github.com/diffplug/spotless/issues/2745#issuecomment-3566971268 it feels overwhelming and impractical to require explicitly setting `disableAllWarnings=true`. This should actually be part of a *convention-based default* to avoid unpleasant situations...

- https://github.com/diffplug/spotless/issues/2745 - https://github.com/diffplug/spotless/pull/2754 - https://github.com/diffplug/spotless/pull/2698 ``` java.lang.UnsupportedClassVersionError: com/google/errorprone/ErrorProneJavacPlugin has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java...

related to: - https://github.com/diffplug/spotless/pull/2636 - https://github.com/checkstyle/checkstyle/pull/17730 - https://github.com/google/error-prone/issues/5195

### 1. What are you trying to do? ## Add `rewrite` support for `errorprone.refasterrules` I’d like to propose integrating [Google’s Error Prone](https://github.com/google/error-prone) and its Picnic extension (demonstrated in [Automating Away...

need to avoid `MethodSource` - https://github.com/diffplug/spotless/pull/2696 - https://docs.junit.org/5.3.1/api/org/junit/jupiter/params/provider/MethodSource.html ``` /Users/vincent.potucek/IdeaProjects/spotless/lib-extra/src/test/java/com/diffplug/spotless/extra/java/EclipseJdtFormatterStepTest.java:46: error: [UnusedMethod] Method 'formatWithVersion' is never used. private static Stream formatWithVersion() { ^ (see https://errorprone.info/bugpattern/UnusedMethod) Did you mean to remove...

Reproducer: - https://github.com/Pankraz76/spotless/pull/7 Discovered by @delanym - https://github.com/google/error-prone/issues/5227#issuecomment-3435293868

It seems that [`RedundantStringConversion`](https://github.com/Pankraz76/spring-boot/pull/1) somehow is one of the few one always to be applied, but non of the others root checks. - https://github.com/Pankraz76/spring-boot/pull/1 - https://github.com/Pankraz76/spring-framework/pull/2 Others like `UnusedMethod`, `UnusedVariable`...

Hello folks, Thanks for the great tool and the opportunity to contribute to JUnit and other projects, as seen in: - https://github.com/junit-team/junit-framework/pull/5006 - https://github.com/gradle/gradle/pull/35278 - https://github.com/checkstyle/checkstyle/pull/17892 All of this originated...