[
https://issues.apache.org/jira/browse/CSV-278?focusedWorklogId=621786&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-621786
]
ASF GitHub Bot logged work on CSV-278:
--------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jul/21 02:27
Start Date: 13/Jul/21 02:27
Worklog Time Spent: 10m
Work Description: belugabehr commented on a change in pull request #162:
URL: https://github.com/apache/commons-csv/pull/162#discussion_r668380832
##########
File path: src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java
##########
@@ -132,10 +132,24 @@ int lookAhead() throws IOException {
*/
char[] lookAhead(final int n) throws IOException {
final char[] buf = new char[n];
Review comment:
Actually, it's still used in `CSVFormat#printWithEscapes`. I am happy
to remove fully in another PR, but wanted to keep change as small as possible.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 621786)
Time Spent: 40m (was: 0.5h)
> Reuse Buffers in Lexer for Delimiter Detection
> ----------------------------------------------
>
> Key: CSV-278
> URL: https://issues.apache.org/jira/browse/CSV-278
> Project: Commons CSV
> Issue Type: Sub-task
> Reporter: David Mollitor
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)