3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00
altcoinj/core
Piotr Włodarek b32d0cce17 Improved consistency and formal correctness of all existing .equals methods to meet IntelliJ's convention.
* added null handling so equals methods return false for null argument
* replaced instanceof with getClass to force strict type equality
* added @Override for equals and hashCode where missing
* minor refactorings in equals methods to simplify and improve consistency
* added missing hashCode for ListMessage based on equals definition

Things that HAVE NOT changed:

* set of attributes used for equality checking
* hashCode calculation (except for added hashCode in ListMessage)
* correlation between equals and hashCode
* no new equals methods added
2014-05-22 20:50:42 +02:00
..
src Improved consistency and formal correctness of all existing .equals methods to meet IntelliJ's convention. 2014-05-22 20:50:42 +02:00
findbugs.xml Update findbugs.xml to suppress useless warnings. 2013-02-28 18:38:16 +01:00
pom.xml Upgrade scrypt library. 2014-05-21 19:25:38 +02:00