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.