SiLeBAT/FSK-Lab

View on GitHub

Showing 6,856 of 14,752 total issues

Avoid too many return statements within this method.
Open

        return points;

Avoid too many return statements within this method.
Open

        return points;

Avoid too many return statements within this method.
Open

    return Optional.of(environment);

Avoid too many return statements within this method.
Open

            return Math.exp(value);

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 new ArrayList<>(stringColumns.values()).get(i1).get(
                            row);

Avoid too many return statements within this method.
Open

                        return Double.class;

Avoid too many return statements within this method.
Open

        return Mode.SECONDS;

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

Avoid too many return statements within this method.
Open

        return false;

Avoid too many return statements within this method.
Open

        return false;

Avoid too many return statements within this method.
Open

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

Avoid too many return statements within this method.
Open

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

Avoid too many return statements within this method.
Open

                            return Double.class;

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

Avoid too many return statements within this method.
Open

                            return String.class;

Avoid too many return statements within this method.
Open

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

Avoid too many return statements within this method.
Open

                            return conditions.get(i3 / 2);
Severity
Category
Status
Source
Language