Community
Participate
Working Groups
When the empty contructor for TmfEvent is used, it is possible for some of the instance variables to be null. This can cause a NullPointerException in the methods hashCode(), equals(), clone() and in the copy constructor. The solution is to protect these methods against null instance variables. This also applies for the equals() method in classes TmfEventContent, TmfEventReference and TmfEventSource.
Pushed to master branch. commit a67669b6a164efe08037e92a670215fdeda231e1
Delivered in 0.10.0