
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Relates
|
|
|
|
This issue relates to:
|
|
HHH-2325
Exception handling in NullableType - NullPointerException
|
|
|
|
|
|
|
|
Both nullSafeSet and nullSafeGet on NullableType rely on calls to its toString(Object) method for exception handling logic. However, some toString(Object) implementations do not properly account for the potential of null values, sometimes resulting in NPE exceptions while trying to log the underlying failure.
|
|
Description
|
Both nullSafeSet and nullSafeGet on NullableType rely on calls to its toString(Object) method for exception handling logic. However, some toString(Object) implementations do not properly account for the potential of null values, sometimes resulting in NPE exceptions while trying to log the underlying failure. |
Show » |
|