Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.10.0
-
None
-
None
Description
Upgraded to 1.10 from 1.9 and the StringTokenizer#getTokenList method now returns an Arrays$ArrayList instead of a regular ArrayList.
This causes calls to #add and #remove to throw UnsupportedOperationExceptions, even if the documentation states this returns modifiable lists