Results 270 comments of Pankraz76

### Proposal: Adopt Kotlin-style `it` convention for single parameters I suggest implementing a functional/generic `it` approach for single parameters, following Kotlin's implicit naming convention. While not identical, this shares the...

Prefer `clazz` or `clazz1` over `class1` as this is more common imho: https://stackoverflow.com/questions/2529974/why-do-java-programmers-like-to-name-a-variable-clazz https://dpericich.medium.com/what-is-the-difference-between-class-klass-and-clazz-416b7d2736c1 https://commons.apache.org/dormant/clazz/userguide.html

Hi tim, Yes `imho` its questionable behavior of a recepie we need to figure out yet as always like approached broadly via major migration: https://docs.openrewrite.org/recipes/java/migrate/upgradetojava17 So its no new stuff...

why we need to change deprecated stuff? PMD or rewrite, might even do both. Spot seems ending up being short: - https://github.com/apache/maven/pull/2338

Just kindly asking if this is something to be merged. I would like to volunteer on these kinds of trivial issues and help guide them through. Is there any way...

Kindly wondering where to find the potential leaking class [AbstractNativeFileEventFunctions](https://github.com/search?q=repo%3Agradle%2Fgradle%20AbstractNativeFileEventFunctions&type=code)?

> clarifies that we can copy it here did not get this, not sure what you mean. Yes im wondering too, how this is moved to other repos as well....

item: on main as well: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.3.1:resources (default-resources) on project quarkus-integration-test-gradle-plugin: filtering /Users/vincent.potucek/IdeaProjects/quarkus/integration-tests/gradle/src/main/resources/conditional-dependencies-kotlin/.gradle/buildOutputCleanup/buildOutputCleanup.lock to /Users/vincent.potucek/IdeaProjects/quarkus/integration-tests/gradle/target/classes/conditional-dependencies-kotlin/.gradle/buildOutputCleanup/buildOutputCleanup.lock failed with MalformedInputException: Input length = 1 -> ``` ```...