SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this method.
Open

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

Avoid too many return statements within this method.
Open

                    return Double.class;

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 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;
Severity
Category
Status
Source
Language