ArrayListCollections.set() is missing "break" in final few fields
-----------------------------------------------------------------
Key: JDO-670
URL: https://issues.apache.org/jira/browse/JDO-670
Project: JDO
Issue Type: Bug
Components: tck
Affects Versions: JDO 3, JDO 2 maintenance release 2, JDO 2 maintenance
release 1, JDO 2 final
Reporter: Andy Jefferson
Assignee: Andy Jefferson
Fix For: JDO 3 maintenance release 1
Currently is
case(40):
ArrayListOfShort40= value;
break;
case(41):
ArrayListOfShort41= value;
case(42):
ArrayListOfSimpleEnum42= value;
case(43):
ArrayListOfSimpleEnum43= value;
case(44):
ArrayListOfSimpleEnum44= value;
case(45):
ArrayListOfSimpleEnum45= value;
case(46):
ArrayListOfSimpleEnum46= value;
break;
Needs "break" adding!
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.