Wolfgang Schmiesing

Results 8 comments of Wolfgang Schmiesing

some more detail on the differences in constant pool between javac and ecj: https://bugs.eclipse.org/bugs/show_bug.cgi?id=549455

I'm experiencing the same error after switching from `biz.aQute.bnd.builder` to the `bndmanifest` plugin. The problem is that the `java-library` plugin has a dependency on the class-folder of dependent modules instead...

Thanks for the update. It would indeed be great if the plugin could work on individual subprojects since this would leverage Gradle's built-in parallel processing of subprojects. My current goal...

Running the test I only get a generic error message when Openrewrite asserts the printed source matches the original source code. ``` When parsing and printing the source code back...

Encountered the same problem. This causes weird issues if you have a project - e.g. "project1" - that is contained in two builds "core" and "custom". If I import build...

I have uploaded the full error message, just stripped some package names/file paths [dcevm.txt](https://github.com/user-attachments/files/18765684/dcevm.txt) I also tried JBR21, this gives a different error saying a class cannot be mocked. The...

I have managed to remote debug into the relevant section in org.eclipse.buildship.ui.internal.view.task.SelectionDependentHandler. The code expects a "`NodeSelection`" element in order to set its "enabled" state. However, if I try to...

Also having this issue. Our suite of Gradle plugins doesn't compile when imported with Eclipse Buildship and JDK 11. I can workaround this issue by limiting the module path of...