You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Digy (JIRA)" <ji...@apache.org> on 2008/06/29 12:47:45 UTC

[jira] Created: (LUCENENET-120) Infinite loop in KeywordTokenizer.Next()

Infinite loop in KeywordTokenizer.Next()
----------------------------------------

                 Key: LUCENENET-120
                 URL: https://issues.apache.org/jira/browse/LUCENENET-120
             Project: Lucene.Net
          Issue Type: Bug
         Environment: Lucene.Net 2.3.1
            Reporter: Digy
         Attachments: KeywordTokenizer.patch

as LUCENENET-119, End of stream should be check with  
    length<=0 
not with  
   length==-1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (LUCENENET-120) Infinite loop in KeywordTokenizer.Next()

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

Digy updated LUCENENET-120:
---------------------------

    Attachment: KeywordTokenizer.patch

> Infinite loop in KeywordTokenizer.Next()
> ----------------------------------------
>
>                 Key: LUCENENET-120
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-120
>             Project: Lucene.Net
>          Issue Type: Bug
>         Environment: Lucene.Net 2.3.1
>            Reporter: Digy
>         Attachments: KeywordTokenizer.patch
>
>
> as LUCENENET-119, End of stream should be check with  
>     length<=0 
> not with  
>    length==-1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (LUCENENET-120) Infinite loop in KeywordTokenizer.Next()

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

Digy closed LUCENENET-120.
--------------------------

    Resolution: Fixed

> Infinite loop in KeywordTokenizer.Next()
> ----------------------------------------
>
>                 Key: LUCENENET-120
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-120
>             Project: Lucene.Net
>          Issue Type: Bug
>         Environment: Lucene.Net 2.3.1
>            Reporter: Digy
>         Attachments: KeywordTokenizer.patch
>
>
> as LUCENENET-119, End of stream should be check with  
>     length<=0 
> not with  
>    length==-1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.