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/30 14:41:45 UTC

[jira] Updated: (LUCENENET-122) Bug in function "SupportClass.Number.ToString(long number)"

     [ https://issues.apache.org/jira/browse/LUCENENET-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Digy updated LUCENENET-122:
---------------------------

    Attachment: SupportClass.patch

> Bug in function "SupportClass.Number.ToString(long number)"
> -----------------------------------------------------------
>
>                 Key: LUCENENET-122
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-122
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: Digy
>         Attachments: SupportClass.patch
>
>
> It converts the number to string incorectly.
> SupportClass.Number.ToString(38) outputs 21 where it should be 12. (reverse).
> Since it is used in FileNameFromGeneration function it produces wrong file names after 36 generation.
> DIGY

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