Markus Spann created CSV-300:
--------------------------------
Summary: CSVRecord.toList() gives write access to private values
array
Key: CSV-300
URL: https://issues.apache.org/jira/browse/CSV-300
Project: Commons CSV
Issue Type: Bug
Affects Versions: 1.9.0
Reporter: Markus Spann
{{CSVRecord.toList()}} converts the values to a list by calling
{{Arrays.asList}} which writes to the private array in calls to
{{{}Arrays.ArrayList.set(int, E){}}}.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)