Querz / NBT

A java implementation of the NBT protocol, including a way to implement custom tags.
MIT License
177 stars 47 forks source link

All tags should implement hashCode() #17

Closed Querz closed 5 years ago

Querz commented 5 years ago

As all Tags override equals(), they must also override hashCode() correctly. See #15

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 141


Totals Coverage Status
Change from base Build 133: 0.02%
Covered Lines: 1218
Relevant Lines: 1251

💛 - Coveralls