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

Improve readability of CSVLexer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0
    • 1.0
    • Parser
    • None

    Description

      There are several things that can be improved in the token lexer (this has also been discussed on ML, see http://markmail.org/thread/c6x5ji4v44nx5k4h):

      • Remove Token input parameter in nextToken() this makes lexer slower
      • Add convenience methods isDelimiter(c) and isEncapsulator(c)
      • Remove current caracter input parameter from methods
      • If possible: replace while(true) loops

      Attachments

        Activity

          People

            Unassigned Unassigned
            britter Benedikt Ritter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: