🐛 Fix a bug in Issue#hashCode()
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Thu, 27 Nov 2025 15:08:36 +0000 (16:08 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Thu, 27 Nov 2025 15:08:36 +0000 (16:08 +0100)
commitc5321e0e5370b3b8626742e5c2814a6c4578e25e
tree77503ab083f073df465e396f957a02af80a6d987
parent10c1cdb5081c38fadf05022b4d20bff1212ba866
🐛 Fix a bug in Issue#hashCode()

And add the test that discovered it.
src/main/java/de/todesbaum/jsite/application/validation/Issue.java
src/test/java/de/todesbaum/jsite/application/validation/IssueTest.java [new file with mode: 0644]