-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the return value object uses Void (java.lang.Void), it will result in an infinite loop. #4
Comments
Can you provide a specific example? Or try upgrading to version 1.7.5 or above. |
Sorry, because there are several methods in the same class, I thought the infinite loop was caused by nested objects. After testing each method, it turns out to be caused by a method with a return type of Void object. 不好意思,因为我同一个类里面好几个方法,我看到死循环以为是嵌套对象导致的,实际挨个方法测试下来,是因为一个返回值为Void对象的方法
|
Currently, you can directly ignore the Void.
|
This bug has been fixed |
When the interface's return value or parameters, property references are self-referential, it will lead to an infinite loop and ultimately cause a memory overflow.
`java.lang.OutOfMemoryError: Java heap space
The text was updated successfully, but these errors were encountered: