Showing 6,856 of 14,752 total issues
Avoid too many return
statements within this method. Open
Open
return "Min " + conditions.get(i3 / 2) + " ("
+ conditionStandardUnits.get(i3 / 2) + ")";
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return new ArrayList<>(stringColumns.keySet()).get(i1);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return conditionMaxValues.get(i3 / 3).get(row);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return conditions.get(i3) + " ("
+ conditionStandardUnits.get(i3) + ")";
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return conditionMinValues.get(i3 / 3).get(row);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return conditionMaxValues.get(i3 / 2).get(row);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return conditionValues.get(i3).get(row);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return Optional.of(environment);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return null;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return points;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return Math.log10(value);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return Math.log(value);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return value;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (literatureID == id) return true;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return conditions.get(i3 / 2) + " Unit";
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return joinedModel;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (unit.equalsIgnoreCase("y")) return 24*60*60*365;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return false;
- Create a ticketCreate a ticket