You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/02 21:04:00 UTC

[jira] [Commented] (RYA-385) BindingSetDecorator always returns the same hashcode value.

    [ https://issues.apache.org/jira/browse/RYA-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16188826#comment-16188826 ] 

ASF GitHub Bot commented on RYA-385:
------------------------------------

GitHub user kchilton2 opened a pull request:

    https://github.com/apache/incubator-rya/pull/232

    RYA-385 Fixed the BindingSetDecorator and VisibilityBinidngSet hashCo…

    …de() methods.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kchilton2/incubator-rya RYA-385

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-rya/pull/232.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #232
    
----
commit 834dbb6e38861a94d37b841a6ee284eaba1e832f
Author: kchilton2 <ke...@gmail.com>
Date:   2017-10-02T20:45:44Z

    RYA-385 Fixed the BindingSetDecorator and VisibilityBinidngSet hashCode() methods.

----


> BindingSetDecorator always returns the same hashcode value.
> -----------------------------------------------------------
>
>                 Key: RYA-385
>                 URL: https://issues.apache.org/jira/browse/RYA-385
>             Project: Rya
>          Issue Type: Bug
>    Affects Versions: 3.2.11
>            Reporter: Kevin Chilton
>            Assignee: Kevin Chilton
>            Priority: Critical
>
> The hashcode() function's implementation always caches the first hashcode that was returned by the decorator. It will result in an incorrect hashcode value if a binding is ever added to the binding set after invoking hashcode() the first time.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)