| Summary: | The program cannot check the hand of MixSuit if it is not sorted | ||
|---|---|---|---|
| Product: | Group3 Mahjong Point Calculator | Reporter: | CHAN Cheuk Yin <raymondchan0105> |
| Component: | System | Assignee: | kakityu6-c |
| Status: | RESOLVED FIXED | ||
| Severity: | major | ||
| Priority: | --- | ||
| Version: | 1.0 | ||
| Hardware: | PC | ||
| OS: | Windows | ||
|
Description
CHAN Cheuk Yin
2018-11-26 16:56:17 HKT
Thank you for raising the problem. It seems that the problem is caused by unsorted hand and incorrectly assigned variable. To solve the problem, the program will first enter the loop finding a suit of Character, Bamboo or Dot, rather than choosing the first element in ArrayList<tile> since it is not sorted. It will be included in the next release(2.0) as a patch, with another possible bug fixing. |