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