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:44 UTC

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

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.


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

Posted by Jokin Cuadrado <jo...@gmail.com>.
just send an email to lucene-net-dev-unsubscribe@incubator.apache.org

the instructions are in the mailing list archive page.

Regards,

Jokin

On Thu, Jul 17, 2008 at 12:27 AM, George Aroush <ge...@aroush.net> wrote:
> Hi Fernando,
>
> The instructions are on this page: http://incubator.apache.org/lucene.net/
> Look for the "Mailing Lists" section (at the end of the page) for
> instructions on how to unsubscribe.
>
> Regards,
>
> -- George
>
>> -----Original Message-----
>> From: Fernando Correia [mailto:fernandoacorreia@gmail.com]
>> Sent: Wednesday, July 16, 2008 6:20 PM
>> To: lucene-net-dev@incubator.apache.org
>> Subject: Re: [jira] Resolved: (LUCENENET-122) Bug in function
>> "SupportClass.Number.ToString(long number)"
>>
>> Someone PLEASE tell me how I can stop receiving such
>> notifications. I don't even have a user at JIRA so I can't
>> login to unsubscribe.
>>
>> This is going on for months now. I see other people with the
>> same problem.
>>
>
>

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

Posted by George Aroush <ge...@aroush.net>.
Hi Fernando,

The instructions are on this page: http://incubator.apache.org/lucene.net/
Look for the "Mailing Lists" section (at the end of the page) for
instructions on how to unsubscribe.

Regards,

-- George 

> -----Original Message-----
> From: Fernando Correia [mailto:fernandoacorreia@gmail.com] 
> Sent: Wednesday, July 16, 2008 6:20 PM
> To: lucene-net-dev@incubator.apache.org
> Subject: Re: [jira] Resolved: (LUCENENET-122) Bug in function 
> "SupportClass.Number.ToString(long number)"
> 
> Someone PLEASE tell me how I can stop receiving such 
> notifications. I don't even have a user at JIRA so I can't 
> login to unsubscribe.
> 
> This is going on for months now. I see other people with the 
> same problem.
> 


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

Posted by Fernando Correia <fe...@gmail.com>.
Someone PLEASE tell me how I can stop receiving such notifications. I
don't even have a user at JIRA so I can't login to unsubscribe.

This is going on for months now. I see other people with the same problem.

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

Posted by "Digy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENENET-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613957#action_12613957 ] 

Digy commented on LUCENENET-122:
--------------------------------

Bug still exists in Lucene.Net 2.3.1 build 001 "beta" and patch is valid.

DIGY

> 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
>         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.


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

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

George Aroush resolved LUCENENET-122.
-------------------------------------

    Resolution: Fixed
      Assignee: George Aroush

Patch applied

> 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.


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

Posted by "George Aroush (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

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

    Priority: Blocker  (was: Major)

fixing this issue resolves many nunit tests.

> 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
>            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.


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

Posted by "Digy (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

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

    Environment: Lucene.Net 2.3.1

> 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
>         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.