Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-25 | Cache hashCode: | Roel Spilker | |
- Fix bug where 0 would be returned once - Fix Eclipse position error - Don't initialize field with default value 0 | |||
2020-09-24 | Allow non-final types, use Integer.MIN_VALUE | Andre Brait | |
Allow caching hash code for non-final classes (but will warn) Use Integer.MIN_VALUE to differentiate uncached and 0 cached | |||
2020-09-24 | Fix delombok tests | Andre Brait | |
2020-09-24 | Finish implementation, add tests | Andre Brait | |
2020-09-24 | Eclipse impl and tests | Andre Brait | |