SiLeBAT/FSK-Lab

View on GitHub

Showing 14,752 of 14,752 total issues

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 Double.class;

Avoid too many return statements within this method.
Open

                            return Double.class;

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 conditionMaxValues.get(i3 / 2).get(row);

Avoid too many return statements within this method.
Open

                    return new ArrayList<>(qualityColumns.values()).get(i2)
                            .get(row);

Avoid too many return statements within this method.
Open

                            return Double.class;

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 conditionValues.get(i3).get(row);

Avoid too many return statements within this method.
Open

                    return String.class;

Avoid too many return statements within this method.
Open

                            return Double.class;

Avoid too many return statements within this method.
Open

        return 4;

Avoid too many return statements within this method.
Open

                return err;

Avoid too many return statements within this method.
Open

        if (unit == null) return 1;

Avoid too many return statements within this method.
Open

                return repository.getAllNames();

Avoid too many return statements within this method.
Open

                return joinedModel;

Avoid too many return statements within this method.
Open

        return 1;

Avoid too many return statements within this method.
Open

                        return false;

Avoid too many return statements within this method.
Open

        if (unit.equalsIgnoreCase("m")) return 24*60*60*30;

Avoid too many return statements within this method.
Open

                return err;
Severity
Category
Status
Source
Language