You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the output of the Debugger Tool is confusing because it is not immediately obvious at which point in the code an in-serializable element is used.
It says which object is affected but not where the crucial implementation is done.
To spot the code fragment that needs to be changed (to make the component/view serializable), it would be good to highlight the affected line of code or part in the code, where the in-serializable object has been used.
In addition, all annotated elements are displayed among each other so you can't quickly identify, how many parts of your code are not serializable because you get the log output with one default indent displayed. It would be good to see each part separate with a breakline or tab-dedented.
The text was updated successfully, but these errors were encountered:
This output is also quite confusing. It first says Session Serialization did not completed in 10000 ms, and then it says Session serialization attempt completed in 9999 ms.
[nio-8080-exec-2] s.s.s.d.SerializationDebugRequestHandler : Session Serialization did not completed in 10000 ms.
[nio-8080-exec-2] s.s.s.d.SerializationDebugRequestHandler : Session serialization attempt completed in 9999 ms with outcomes: [SERIALIZATION_FAILED]
(possible nitpicking also about 'did not completed' and the casing of S(s)erialization)
EDIT 12/03 my remarks were addressed in one of the latest releases.
Currently, the output of the Debugger Tool is confusing because it is not immediately obvious at which point in the code an in-serializable element is used.
It says which object is affected but not where the crucial implementation is done.
To spot the code fragment that needs to be changed (to make the component/view serializable), it would be good to highlight the affected line of code or part in the code, where the in-serializable object has been used.
In addition, all annotated elements are displayed among each other so you can't quickly identify, how many parts of your code are not serializable because you get the log output with one default indent displayed. It would be good to see each part separate with a breakline or tab-dedented.
The text was updated successfully, but these errors were encountered: