[
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)