| Summary: | The ArrayList<Tile> tileSet is not sorted | ||
|---|---|---|---|
| Product: | Group3 Mahjong Point Calculator | Reporter: | CHAN Cheuk Yin <raymondchan0105> |
| Component: | System | Assignee: | kakityu6-c |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | ||
| Priority: | --- | ||
| Version: | 1.0 | ||
| Hardware: | PC | ||
| OS: | Windows | ||
|
Description
CHAN Cheuk Yin
2018-11-27 12:24:20 HKT
Thank you for raising the problem again. The bug in program is caused by HashSet<Tile>, and it can be resolved by using TreeSet<Tile> as it would not change the order of element while adding. It will be included as a patch in release version 2.0, including other possible bug fixing solution. |