You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2014/08/14 22:08:20 UTC

[jira] [Closed] (CSV-26) ExtendedBufferedReader does too much

     [ https://issues.apache.org/jira/browse/CSV-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benedikt Ritter closed CSV-26.
------------------------------


> ExtendedBufferedReader does too much
> ------------------------------------
>
>                 Key: CSV-26
>                 URL: https://issues.apache.org/jira/browse/CSV-26
>             Project: Commons CSV
>          Issue Type: Task
>            Reporter: Henri Yandell
>             Fix For: 1.0
>
>         Attachments: SANDBOX-219.patch
>
>
> There is unnecessary work in ExtendedBufferedReader. 
> It offers:
> skip(long)
> skipUntil(char)
> readUntil(char)
> none are ever called. skip(long) is required to fulfill the superclass, but could be stubbed out as it's never called.
> The class is also unnecessarily public for CSV's uses.



--
This message was sent by Atlassian JIRA
(v6.2#6252)