You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2012/10/13 15:40:03 UTC

[jira] [Created] (CSV-94) Lexer should only use char fields

Sebb created CSV-94:
-----------------------

             Summary: Lexer should only use char fields
                 Key: CSV-94
                 URL: https://issues.apache.org/jira/browse/CSV-94
             Project: Commons CSV
          Issue Type: Improvement
          Components: Parser
            Reporter: Sebb


As per the dev list, the Lexer can be fixed up to use char fields, rather than Characters. This avoids unboxing, and a change to use the delimiter as the invalid character for other meta-characters allows the checks to be simplified.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CSV-94) Lexer should only use char fields

Posted by "Gary D. Gregory (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CSV-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory resolved CSV-94.
--------------------------------

    Resolution: Fixed
    
> Lexer should only use char fields
> ---------------------------------
>
>                 Key: CSV-94
>                 URL: https://issues.apache.org/jira/browse/CSV-94
>             Project: Commons CSV
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Sebb
>         Attachments: CSV-94.patch
>
>
> As per the dev list, the Lexer can be fixed up to use char fields, rather than Characters. This avoids unboxing, and a change to use the delimiter as the invalid character for other meta-characters allows the checks to be simplified.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CSV-94) Lexer should only use char fields

Posted by "Gary D. Gregory (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CSV-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory updated CSV-94:
-------------------------------

    Fix Version/s: 1.0
    
> Lexer should only use char fields
> ---------------------------------
>
>                 Key: CSV-94
>                 URL: https://issues.apache.org/jira/browse/CSV-94
>             Project: Commons CSV
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Sebb
>             Fix For: 1.0
>
>         Attachments: CSV-94.patch
>
>
> As per the dev list, the Lexer can be fixed up to use char fields, rather than Characters. This avoids unboxing, and a change to use the delimiter as the invalid character for other meta-characters allows the checks to be simplified.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CSV-94) Lexer should only use char fields

Posted by "Sebb (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CSV-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb updated CSV-94:
--------------------

    Attachment: CSV-94.patch
    
> Lexer should only use char fields
> ---------------------------------
>
>                 Key: CSV-94
>                 URL: https://issues.apache.org/jira/browse/CSV-94
>             Project: Commons CSV
>          Issue Type: Improvement
>          Components: Parser
>            Reporter: Sebb
>         Attachments: CSV-94.patch
>
>
> As per the dev list, the Lexer can be fixed up to use char fields, rather than Characters. This avoids unboxing, and a change to use the delimiter as the invalid character for other meta-characters allows the checks to be simplified.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira