lukeu

Results 5 issues of lukeu

The method `JavaPackage.containsCycle` currently returns `true` for packages that merely reference cyclic packages, even when they do not form part of a cycle themselves. As an example, consider these packages...

The crash one sees when putting Guava 21 on the classpath is the following: java.lang.NoSuchMethodError: com.google.common.base.Objects.firstNonNull(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; at com.github.fge.jackson.JsonLoader.fromResource(JsonLoader.java:83 .... Guava 21 is appealing because it adds a number of very...

`print(int(-6.8))` returns -6 so to say it always rounds "down" seems imprecise. Should maybe say the truncation rounds towards zero? (Disclaimer: I don't use Python, I just tried it in...

## What version of OpenRewrite are you using? I am using - Gradle plugin: v7.2.0 - OpenRewrite: latest - 8.48.0(?) - rewrite-migrate-java: latest - 3.4.0(?) ## How are you running...

bug

When run in clean VM environment, we have observed borders not rendering in all menus, combo-box drop-downs etc. This can be seen in the demo app: ![Image](https://github.com/user-attachments/assets/1433f237-c811-4421-ab06-fc85132fe912) Using the demo,...