ExtendedBufferedReader does too much
------------------------------------
Key: SANDBOX-219
URL: https://issues.apache.org/jira/browse/SANDBOX-219
Project: Commons Sandbox
Issue Type: Task
Components: CSV
Reporter: Henri Yandell
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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.