SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this method.
Open

                            return "Min " + conditions.get(i3 / 2) + " ("
                                    + conditionStandardUnits.get(i3 / 2) + ")";

Avoid too many return statements within this method.
Open

                    return new ArrayList<>(stringColumns.keySet()).get(i1);

Avoid too many return statements within this method.
Open

                            return conditionMaxValues.get(i3 / 3).get(row);

Avoid too many return statements within this method.
Open

                        return conditions.get(i3) + " ("
                                + conditionStandardUnits.get(i3) + ")";

Avoid too many return statements within this method.
Open

                            return conditionMinValues.get(i3 / 3).get(row);

Avoid too many return statements within this method.
Open

                            return conditionMaxValues.get(i3 / 2).get(row);

Avoid too many return statements within this method.
Open

                        return conditionValues.get(i3).get(row);

Avoid too many return statements within this method.
Open

    return Optional.of(environment);

Avoid too many return statements within this method.
Open

                return null;

Avoid too many return statements within this method.
Open

        return points;

Avoid too many return statements within this method.
Open

            return Math.log10(value);

Avoid too many return statements within this method.
Open

            return Math.log(value);

Avoid too many return statements within this method.
Open

            return value;

Avoid too many return statements within this method.
Open

                        if (literatureID == id) return true;

Avoid too many return statements within this method.
Open

                            return conditions.get(i3 / 2) + " Unit";

Avoid too many return statements within this method.
Open

                return err;

Avoid too many return statements within this method.
Open

                    return false;

Avoid too many return statements within this method.
Open

                return joinedModel;

Avoid too many return statements within this method.
Open

        if (unit.equalsIgnoreCase("y")) return 24*60*60*365;

Avoid too many return statements within this method.
Open

                        return false;
Severity
Category
Status
Source
Language