-
Notifications
You must be signed in to change notification settings - Fork 49
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
Hot code replace error box "Details button" bug #489
Comments
@jukzi @iloveeclipse any suggestions ? |
maybe in other situations it displays more information? i don't know. |
I could only guess that original IBM JVM (J9) may provide more info, but I haven't looked at the code if there is additional handling of the "details" content and if that is coming from another source as the visible part of the message. If that is feed with the same data, then the "details" part is obviously wasting space, if not, it should be kept. |
Hi @iloveeclipse, @jukzi shall we include the exception class details in "Details" for unsupported [ADD,DELETE etc] ones similar to the other exceptions ? |
How about including corresponding error code + unsupported exception class name ? |
I am not interested in the topic of hot code replace failures. But if you show after/before screenshots of changes that might make sense then i might take a look. |
looks good. |
Thanks |
I tried the error cases for Hot code replace functionality. On every fail the pop up shows additional "Details >>" button, On clicking the button it shows the same message as provided in the parent box ("Reason" line)
Please advice whether we should keep this button or not ?
The text was updated successfully, but these errors were encountered: