-
The error happens when instructing class like
```
public class Main
{
public synchronized static boolean h()
{
return true;
}
}
```
-
RxJava throw an exception when I use RxCache + RxJava2 + Retrofit2
```
java.lang.NullPointerException: The mapper function returned a null value.
at io.reactivex.internal.functions.ObjectHelper…
-
This is a very mysterious issue I've experienced with surveyor. If using ZGC or Shen GC it hangs when joining a server, at "joining server" which then ends with a crash or an error message. Updating t…
-
**Description:**
When sending PATCH `/Users/{{userId}}` call with null value:
```json
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:PatchOp"
],
"Operations": [
…
-
Here is a simple application which tries to convert objects with a nesting level more than one:
```
public class TestApp {
public static class ClassA {
Map all;
public Map getAll() {
ret…
-
I was trying to convert a big map. The file is about 1.2mb in size.
I got this error: Error while converting Boat Race.litematic:
java.lang.OutOfMemoryError: Java heap space
Here is the log:
…
-
## What version of OpenRewrite are you using?
I am using
- OpenRewrite v8.42.0
- rewrite-java v8.42.0
- rewrite-logging-frameworks v2.18.0
## How are you running OpenRewrite?
…
-
![59fc1ffdd760f7308c0abe4b713b3a2e](https://github.com/user-attachments/assets/75ecc2b9-1f16-4dde-a0d3-2ff8482e7cf1)
![c07f40888d912af797c99f8bc6fdda85](https://github.com/user-attachments/assets/b7d…
-
Most integratiosn like [Cloudflare Web Analytics](https://scripts.nuxt.com/scripts/analytics/cloudflare-web-analytics) or [Google Analytics](https://scripts.nuxt.com/scripts/analytics/google-analytics…
MickL updated
3 months ago
-
java.lang.IllegalArgumentException
message:
an expression is required.
stack:
java.lang.IllegalArgumentException: an expression is required.
at feign.template.Expressions.create(Expressions.java:…