Details
Description
While reviewing SAK-40432, we noticed an edge case that causes an exception when you enter a grade of 16384 into the Gradebook. The presence of large grades causes a switch in the way the serialization works, but there's an off-by-one error in the code that performs the check. When this happens, you'll get a "Grade too large" runtime exception.