lukeu
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...
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:  Using the demo,...