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/09 22:23:31 UTC

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

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.


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

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772166#action_12772166 ] 

Olga Natkovich commented on PIG-1006:
-------------------------------------

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.


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

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
     [ 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.


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

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

Alan Gates reassigned PIG-1006:
-------------------------------

    Assignee: Olga Natkovich

> 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
>            Assignee: 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.