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 23:29:31 UTC

[jira] Created: (PIG-1007) FINDBUGS: HE_EQUALS_USE_HASHCODE

FINDBUGS: HE_EQUALS_USE_HASHCODE
--------------------------------

                 Key: PIG-1007
                 URL: https://issues.apache.org/jira/browse/PIG-1007
             Project: Pig
          Issue Type: Bug
            Reporter: Olga Natkovich


HE                org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans.PhysicalPlan defines equals and uses Object.hashCode()
HE	org.apache.pig.backend.local.executionengine.physicalLayer.relationalOperators.POCogroup$groupComparator defines equals and uses Object.hashCode()
HE 	org.apache.pig.builtin.BinaryStorage defines equals and uses Object.hashCode()
HE 	org.apache.pig.builtin.BinStorage defines equals and uses Object.hashCode()
HE 	org.apache.pig.builtin.PigStorage defines equals and uses Object.hashCode()
HE 	org.apache.pig.data.NonSpillableDataBag defines equals and uses Object.hashCode()
HE 	org.apache.pig.data.SortedDataBag$DefaultComparator defines equals and uses Object.hashCode()
HE 	org.apache.pig.impl.streaming.StreamingCommand$HandleSpec defines equals and uses Object.hashCode()

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


[jira] Assigned: (PIG-1007) FINDBUGS: HE_EQUALS_USE_HASHCODE

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

Alan Gates reassigned PIG-1007:
-------------------------------

    Assignee: Olga Natkovich

> FINDBUGS: HE_EQUALS_USE_HASHCODE
> --------------------------------
>
>                 Key: PIG-1007
>                 URL: https://issues.apache.org/jira/browse/PIG-1007
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Olga Natkovich
>            Assignee: Olga Natkovich
>
> HE                org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans.PhysicalPlan defines equals and uses Object.hashCode()
> HE	org.apache.pig.backend.local.executionengine.physicalLayer.relationalOperators.POCogroup$groupComparator defines equals and uses Object.hashCode()
> HE 	org.apache.pig.builtin.BinaryStorage defines equals and uses Object.hashCode()
> HE 	org.apache.pig.builtin.BinStorage defines equals and uses Object.hashCode()
> HE 	org.apache.pig.builtin.PigStorage defines equals and uses Object.hashCode()
> HE 	org.apache.pig.data.NonSpillableDataBag defines equals and uses Object.hashCode()
> HE 	org.apache.pig.data.SortedDataBag$DefaultComparator defines equals and uses Object.hashCode()
> HE 	org.apache.pig.impl.streaming.StreamingCommand$HandleSpec defines equals and uses Object.hashCode()

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


[jira] Resolved: (PIG-1007) FINDBUGS: HE_EQUALS_USE_HASHCODE

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

Olga Natkovich resolved PIG-1007.
---------------------------------

    Resolution: Fixed

already resolved

> FINDBUGS: HE_EQUALS_USE_HASHCODE
> --------------------------------
>
>                 Key: PIG-1007
>                 URL: https://issues.apache.org/jira/browse/PIG-1007
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Olga Natkovich
>
> HE                org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans.PhysicalPlan defines equals and uses Object.hashCode()
> HE	org.apache.pig.backend.local.executionengine.physicalLayer.relationalOperators.POCogroup$groupComparator defines equals and uses Object.hashCode()
> HE 	org.apache.pig.builtin.BinaryStorage defines equals and uses Object.hashCode()
> HE 	org.apache.pig.builtin.BinStorage defines equals and uses Object.hashCode()
> HE 	org.apache.pig.builtin.PigStorage defines equals and uses Object.hashCode()
> HE 	org.apache.pig.data.NonSpillableDataBag defines equals and uses Object.hashCode()
> HE 	org.apache.pig.data.SortedDataBag$DefaultComparator defines equals and uses Object.hashCode()
> HE 	org.apache.pig.impl.streaming.StreamingCommand$HandleSpec defines equals and uses Object.hashCode()

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