Showing 4,841 of 7,782 total issues
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return hashCode((double[]) a);
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return Integer.compare(a.length, b.length);
Avoid too many return
statements within this method. Open
Open
return compare((short[]) a, (short[]) b);
Avoid too many return
statements within this method. Open
Open
return Integer.compare(a.length, b.length);
Avoid too many return
statements within this method. Open
Open
return Integer.compare(a.length, b.length);
Avoid too many return
statements within this method. Open
Open
return compare((boolean[]) a, (boolean[]) b);
Avoid too many return
statements within this method. Open
Open
return Integer.compare(a.length, b.length);
Avoid too many return
statements within this method. Open
Open
return compare((long[]) a, (long[]) b);
Avoid too many return
statements within this method. Open
Open
return a.length < b.length ? -1 : (a.length > b.length ? 1 : 0);
Avoid too many return
statements within this method. Open
Open
return Integer.compare(a.length, b.length);
Avoid too many return
statements within this method. Open
Open
return a.length < b.length ? -1 : (a.length > b.length ? 1 : 0);
Avoid too many return
statements within this method. Open
Open
return compare((char[]) a, (char[]) b);
Avoid too many return
statements within this method. Open
Open
return equals((Object[]) a, (Object[]) b);
Avoid too many return
statements within this method. Open
Open
return Integer.compare(a.length, b.length);
Avoid too many return
statements within this method. Open
Open
return compare((byte[]) a, (byte[]) b);
Avoid too many return
statements within this method. Open
Open
return compare((double[]) a, (double[]) b);
Avoid too many return
statements within this method. Open
Open
return compare((int[]) a, (int[]) b);
Avoid too many return
statements within this method. Open
Open
return compare((Object[]) a, (Object[]) b);