Issue Details (XML | Word | Printable)

Key: HHH-2356
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Steve Ebersole
Reporter: Steve Ebersole
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hibernate Core

NullableType.toString(Object) should account for nulls

Created: 11/Jan/07 07:06 AM   Updated: 16/Jan/07 09:26 AM
Component/s: core
Affects Version/s: None
Fix Version/s: 3.2.2

Time Tracking:
Not Specified

Issue Links:
Relates
 


 Description  « Hide
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.

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Steve Ebersole added a comment - 16/Jan/07 09:26 AM
trunk / 3.2