Uploaded image for project: 'Commons CSV'
  1. Commons CSV
  2. CSV-26

ExtendedBufferedReader does too much

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0
    • None
    • None

    Description

      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.

      Attachments

        1. SANDBOX-219.patch
          6 kB
          Henri Yandell

        Activity

          People

            Unassigned Unassigned
            bayard Henri Yandell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: