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 2011/03/08 23:03:59 UTC

[jira] Created: (NET-364) Article is very inefficient and incorrect

Article is very inefficient and incorrect
-----------------------------------------

                 Key: NET-364
                 URL: https://issues.apache.org/jira/browse/NET-364
             Project: Commons Net
          Issue Type: Bug
          Components: NNTP
    Affects Versions: 2.2
            Reporter: Sebb


References are currently stored as tab-separated strings in a string buffer, which is then parsed to return the list.

Also, the article information may contain several space-separated references.

Article.isReply() is also incorrect, as it depends on the subject containing Re;, rather than whether there are any references.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Resolved: (NET-364) Article is very inefficient and incorrect

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

Sebb resolved NET-364.
----------------------

       Resolution: Fixed
    Fix Version/s: 3.0

> Article is very inefficient and incorrect
> -----------------------------------------
>
>                 Key: NET-364
>                 URL: https://issues.apache.org/jira/browse/NET-364
>             Project: Commons Net
>          Issue Type: Bug
>          Components: NNTP
>    Affects Versions: 2.2
>            Reporter: Sebb
>             Fix For: 3.0
>
>
> References are currently stored as tab-separated strings in a string buffer, which is then parsed to return the list.
> Also, the article information may contain several space-separated references.
> Article.isReply() is also incorrect, as it depends on the subject containing Re;, rather than whether there are any references.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira