You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2008/02/02 05:57:08 UTC

[jira] Created: (RIVER-283) [PATCH] fix for bad Key.equals method

[PATCH] fix for bad Key.equals method
-------------------------------------

                 Key: RIVER-283
                 URL: https://issues.apache.org/jira/browse/RIVER-283
             Project: River
          Issue Type: Bug
          Components: com_sun_jini_outrigger
            Reporter: Dave Brosius
         Attachments: fix_Key_equals.diff

The private inner class Key in com.sun.jini.outrigger.TxnTable has a typo, making the code incorrectly do bad comparisons. This patch fixes this.

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


[jira] Resolved: (RIVER-283) [PATCH] fix for bad Key.equals method

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

Tom Hobbs resolved RIVER-283.
-----------------------------

    Resolution: Fixed

Patch proven with JUnit test and applied.  Thanks.

> [PATCH] fix for bad Key.equals method
> -------------------------------------
>
>                 Key: RIVER-283
>                 URL: https://issues.apache.org/jira/browse/RIVER-283
>             Project: River
>          Issue Type: Bug
>          Components: com_sun_jini_outrigger
>            Reporter: Dave Brosius
>         Attachments: fix_Key_equals.diff
>
>
> The private inner class Key in com.sun.jini.outrigger.TxnTable has a typo, making the code incorrectly do bad comparisons. This patch fixes this.

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


[jira] Updated: (RIVER-283) [PATCH] fix for bad Key.equals method

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

Dave Brosius updated RIVER-283:
-------------------------------

    Attachment: fix_Key_equals.diff

> [PATCH] fix for bad Key.equals method
> -------------------------------------
>
>                 Key: RIVER-283
>                 URL: https://issues.apache.org/jira/browse/RIVER-283
>             Project: River
>          Issue Type: Bug
>          Components: com_sun_jini_outrigger
>            Reporter: Dave Brosius
>         Attachments: fix_Key_equals.diff
>
>
> The private inner class Key in com.sun.jini.outrigger.TxnTable has a typo, making the code incorrectly do bad comparisons. This patch fixes this.

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