Wolfgang Schmiesing
Wolfgang Schmiesing
**Plugin version** 1.10.0 **Gradle version** 7.4.2 **Describe the bug** Plugin reports dependency on project "a" as unused although a String constant from "a" is referenced by project "b". This happens...
When using static mocking with CALLS_REAL_METHODS to mock methods containing Varargs parameters Mockito will throw ClassCastExceptions when running the test under Java 11. If the test is run using Java...
### Current Behavior On our Jenkins agents running on Windows we're having trouble with corrupted build cache entries. Every couple of builds agents start to complain about missing "metadata.bin" files...
In a multi-module build I have applied the plugin to all subprojects. When I try to run the "rewriteRun" task on all subprojects, I'm getting the class loading errors below...
## What problem are you trying to solve? When refactoring large codebases chances are fairly high that a number of Java sources fail to be parsed because of invalid/unexpected tokens...
Since https://github.com/jakartaee/websocket/issues/180 the Maven artifact of `jakarta.websocket-api` lists `jakarta.websocket-client-api` as an optional "provided" dependency. With this setup the following code does not compile, although dependencies are defined correctly: Compiling the...
After switching to Mockito's inline MockMaker my integration tests are crashing when using JBR 17.0.14 build1367.22 with -XX:+AllowEnhancedClassRedefinition. Running tests with an Oracle JDK is successful. The underlying issue is...
When trying to execute a task from the "Gradle tasks" view from a different perspective than the perspective used when first executing a task Buildship throws an error **"Trying to...