Steps to reproduce: Initialise a hand of hand with bomb pattern with value 5 Call getNum() method on the bomb pattern Expected : Value 4, as a bomb is always a hand of 4 same cards Actual : Value 0.
Created attachment 12 [details] Test case that detected the bug Bug cause located