You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2009/10/31 00:19:59 UTC

[jira] Resolved: (PIG-1006) FINDBUGS: EQ_COMPARETO_USE_OBJECT_EQUALS in bags and tuples

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

Olga Natkovich resolved PIG-1006.
---------------------------------

    Resolution: Fixed

already resolved

> FINDBUGS: EQ_COMPARETO_USE_OBJECT_EQUALS in bags and tuples
> -----------------------------------------------------------
>
>                 Key: PIG-1006
>                 URL: https://issues.apache.org/jira/browse/PIG-1006
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Olga Natkovich
>
> Eq 	org.apache.pig.data.DistinctDataBag$DistinctDataBagIterator$TContainer defines compareTo(DistinctDataBag$DistinctDataBagIterator$TContainer) and uses Object.equals()
> Eq 	org.apache.pig.data.SingleTupleBag defines compareTo(Object) and uses Object.equals()
> Eq 	org.apache.pig.data.SortedDataBag$SortedDataBagIterator$PQContainer defines compareTo(SortedDataBag$SortedDataBagIterator$PQContainer) and uses Object.equals()
> Eq 	org.apache.pig.data.TargetedTuple defines compareTo(Object) and uses Object.equals()
> Eq 	org.apache.pig.pen.util.ExampleTuple defines compareTo(Object) and uses Object.equals()

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