You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org> on 2013/11/19 21:47:21 UTC

[jira] [Resolved] (CLEREZZA-845) Error in SameAsSmusher

     [ https://issues.apache.org/jira/browse/CLEREZZA-845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür resolved CLEREZZA-845.
-----------------------------------------

    Resolution: Fixed

fixed as suggested

> Error in SameAsSmusher
> ----------------------
>
>                 Key: CLEREZZA-845
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-845
>             Project: Clerezza
>          Issue Type: Bug
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Reto Bachmann-Gmür
>
> As Luigi pointed out in https://github.com/fusepool/datalifecycle/issues/6
> An error has been found in org.apache.clerezza.rdf.utils.smushing.SameAsSmusher line 84.
> instead of
> Set objectSet = node2EquivalenceSet.get(object);
> if (object != null) {
> //merge two sets
> should be
> Set objectSet = node2EquivalenceSet.get(object);
> if (objectSet != null) {
> //merge two sets



--
This message was sent by Atlassian JIRA
(v6.1#6144)