1
0
mirror of https://github.com/octoleo/plantuml.git synced 2025-04-05 17:51:51 +00:00
Tagir Valeev 35f94e2b6d
Fix poorly distributed hashCode in Position.java
Bitwise shift has lower precedence than addition, so the hashCode calculation was like `(xmin + ymin) << (8 + xmax) << (16 + ymax) << 24` which results in absolutely poor hashCode (in particular, lower 24 bits are always zero).
2022-10-28 11:26:32 +02:00
2022-09-25 12:15:24 -04:00
2022-10-24 23:24:20 +02:00
wip
2022-10-18 22:57:44 +02:00
2022-07-16 21:56:07 +00:00
2022-09-24 23:01:19 +04:00
2022-09-24 22:51:28 +04:00
2014-11-27 09:59:33 +01:00
2022-09-24 23:01:07 +04:00
2022-06-04 16:37:33 +02:00
2022-01-25 10:35:42 +01:00
2022-01-21 17:26:43 +01:00
Description
Generate diagrams from textual description
Readme 55 MiB
Languages
Java 99.8%