[
https://issues.apache.org/jira/browse/CSV-300?focusedWorklogId=799484&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-799484
]
ASF GitHub Bot logged work on CSV-300:
--------------------------------------
Author: ASF GitHub Bot
Created on: 09/Aug/22 19:44
Start Date: 09/Aug/22 19:44
Worklog Time Spent: 10m
Work Description: codecov-commenter commented on PR #249:
URL: https://github.com/apache/commons-csv/pull/249#issuecomment-1209802959
#
[Codecov](https://codecov.io/gh/apache/commons-csv/pull/249?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
Report
> Merging
[#249](https://codecov.io/gh/apache/commons-csv/pull/249?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
(4ffdf29) into
[master](https://codecov.io/gh/apache/commons-csv/commit/532e08c3c4b7b8e8d71002480bf4976f9a8985f8?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
(532e08c) will **not change** coverage.
> The diff coverage is `100.00%`.
```diff
@@ Coverage Diff @@
## master #249 +/- ##
=========================================
Coverage 96.99% 96.99%
Complexity 529 529
=========================================
Files 11 11
Lines 1166 1166
Branches 205 205
=========================================
Hits 1131 1131
Misses 23 23
Partials 12 12
```
| [Impacted
Files](https://codecov.io/gh/apache/commons-csv/pull/249?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
| Coverage Δ | |
|---|---|---|
|
[...rc/main/java/org/apache/commons/csv/CSVRecord.java](https://codecov.io/gh/apache/commons-csv/pull/249/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c3JjL21haW4vamF2YS9vcmcvYXBhY2hlL2NvbW1vbnMvY3N2L0NTVlJlY29yZC5qYXZh)
| `100.00% <100.00%> (ø)` | |
:mega: Codecov can now indicate which changes are the most critical in Pull
Requests. [Learn
more](https://about.codecov.io/product/feature/runtime-insights/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
Issue Time Tracking
-------------------
Worklog Id: (was: 799484)
Time Spent: 20m (was: 10m)
> 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
> Priority: Trivial
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {{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)