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.