open-dis / opendis7-source-generator

Project to generate a type-safe Java implementation of the DIS Protocol version 7, IEEE 1278.1-2012 and SISO-REF-010 Enumerations specifications.
Other
5 stars 10 forks source link

hashCode() methods for Java equals #16

Open brutzman opened 10 months ago

brutzman commented 10 months ago

Look at approach used by IFF updates, determine best pattern for hashCode() methods in key Pdu methods.

This is related to issue #8.