-
Bug
-
Resolution: Done
-
Major
-
None
-
7.23.0.Final
-
None
-
2019 Week 23-25, 2019 Week 26-28
-
2
-
NEW
-
NEW
BednableScore: hardLevelsSize = 1, softLevelsSize = 1
When hibernate deserializes it using BendableScoreHibernateType, it uses the method getPropertyValues() to extract the values.
The values for propertyIndex argument will be: 0 for initScore, 1 for soft1Score, 2 for soft0Score.
However, levelNumbers will be an array of two elements. Resulting in an AIOOB exception when Hibernate tries to access the soft0Score from levelNumbers[2]