This repository was archived by the owner on Jan 14, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
message_generation/src/main/java/org/ros/internal/message/field Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public String toString() {
9494 public int hashCode () {
9595 final int prime = 31 ;
9696 int result = super .hashCode ();
97- result = prime * result + ((value == null ) ? 0 : value .hashCode ());
97+ result = prime * result + ((value == null ) ? 0 : Arrays .hashCode (value ));
9898 return result ;
9999 }
100100
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public String toString() {
9494 public int hashCode () {
9595 final int prime = 31 ;
9696 int result = super .hashCode ();
97- result = prime * result + ((value == null ) ? 0 : value .hashCode ());
97+ result = prime * result + ((value == null ) ? 0 : Arrays .hashCode (value ));
9898 return result ;
9999 }
100100
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public String toString() {
9494 public int hashCode () {
9595 final int prime = 31 ;
9696 int result = super .hashCode ();
97- result = prime * result + ((value == null ) ? 0 : value .hashCode ());
97+ result = prime * result + ((value == null ) ? 0 : Arrays .hashCode (value ));
9898 return result ;
9999 }
100100
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public String toString() {
9494 public int hashCode () {
9595 final int prime = 31 ;
9696 int result = super .hashCode ();
97- result = prime * result + ((value == null ) ? 0 : value .hashCode ());
97+ result = prime * result + ((value == null ) ? 0 : Arrays .hashCode (value ));
9898 return result ;
9999 }
100100
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public String toString() {
9494 public int hashCode () {
9595 final int prime = 31 ;
9696 int result = super .hashCode ();
97- result = prime * result + ((value == null ) ? 0 : value .hashCode ());
97+ result = prime * result + ((value == null ) ? 0 : Arrays .hashCode (value ));
9898 return result ;
9999 }
100100
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ public String toString() {
9696 public int hashCode () {
9797 final int prime = 31 ;
9898 int result = super .hashCode ();
99- result = prime * result + ((value == null ) ? 0 : value .hashCode ());
99+ result = prime * result + ((value == null ) ? 0 : Arrays .hashCode (value ));
100100 return result ;
101101 }
102102
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public String toString() {
9494 public int hashCode () {
9595 final int prime = 31 ;
9696 int result = super .hashCode ();
97- result = prime * result + ((value == null ) ? 0 : value .hashCode ());
97+ result = prime * result + ((value == null ) ? 0 : Arrays .hashCode (value ));
9898 return result ;
9999 }
100100
You can’t perform that action at this time.
0 commit comments