You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "George Aroush (JIRA)" <ji...@apache.org> on 2008/07/17 00:05:31 UTC

[jira] Closed: (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 ]

George Aroush closed LUCENENET-122.
-----------------------------------


> 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
>         Environment: Lucene.Net 2.3.1
>            Reporter: Digy
>            Assignee: George Aroush
>            Priority: Blocker
>         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.