Results 113 issues of Pankraz76

### Add `error-prone.picnic.tech/bugpatterns/NonStaticImport` - https://error-prone.picnic.tech/bugpatterns/NonStaticImport related to: - https://github.com/junit-team/junit-framework/pull/5189 - https://github.com/junit-team/junit-framework/pull/5190 - https://github.com/diffplug/spotless/issues/2743 - https://github.com/junit-team/junit-framework/pull/5193 --- I hereby agree to the terms of the [JUnit Contributor License Agreement](https://github.com/junit-team/junit-framework/blob/002a0052926ddee57cf90580fa49bc37e5a72427/CONTRIBUTING.md#junit-contributor-license-agreement). --- ###...

### Add `org.junit.openrewrite.SanityCheck` enabler for: - https://docs.openrewrite.org/recipes/java/testing/junit/jupiterbestpractices - https://docs.openrewrite.org/recipes/staticanalysis/commonstaticanalysis - https://docs.openrewrite.org/recipes/java/migrate/upgradetojava17 related to: - https://github.com/junit-team/junit-framework/pull/5191 - https://github.com/diffplug/spotless/pull/2651 - https://github.com/diffplug/spotless/pull/2636 --- I hereby agree to the terms of the [JUnit Contributor...

## Add `rewrite` support for `errorprone.refasterrules` I propose integrating Google Error Prone (https://github.com/google/error-prone) with its Picnic extension (demo: https://www.youtube.com/watch?v=6llnrUtVlrE) to enable automated fixes via `rewrite` rules. This would complement Checkstyle...

type: new feature
status: new

fix #1261 @iddeepak kindly request your eyes on this. - execute and debug some test locally on IDE? - maybe work this out? - tc exposed some issues ``` [ERROR]...

## feat: Add `RemoveUnusedDeclarations` formatting rule This PR introduces a new Java formatting rule that automatically removes redundant modifiers and declarations that are either: - Implicitly provided by Java language...

Add project icon for `IntelliJ IDEA` to match other high tier projects, as well. - https://github.com/spring-projects/spring-framework/pull/34444 - https://github.com/apache/maven/pull/2283 - https://github.com/diffplug/spotless/pull/2522

### Automating Code Formatting with Spotless in Gradle By binding the `spotlessApply` goal to local execution, we can automatically fix formatting issues during a single Gradle build when triggered for...

### Add `com.tngtech.archunit.openrewrite.SanityCheck` considering all the other changes im impressed and wondered about the few changes. related to: - https://github.com/junit-team/junit-framework/pull/5193 - https://github.com/junit-team/junit-framework/pull/5191 - https://github.com/diffplug/spotless/pull/2651 - https://github.com/diffplug/spotless/pull/2636

### Implement the wrapper as a single Java file using JEP 330 crediting @hegyibalint, by coping: - https://github.com/gradle/gradle/issues/35638 ### Expected Behavior [JEP 330](https://openjdk.org/jeps/330) opened a new way of conveniently running...

enhancement

## Suggestion: Rule for Layered Package Dependency Violations Following the discussion in [https://github.com/TNG/ArchUnit/issues/33#issuecomment-3636346820](https://github.com/TNG/ArchUnit/issues/33#issuecomment-3636346820), I would like to propose a new **warning rule** that detects imports between packages that share a...