SiLeBAT/FSK-Lab

View on GitHub

Showing 14,752 of 14,752 total issues

Avoid too many return statements within this method.
Open

                return;

Avoid too many return statements within this method.
Open

                return;

Avoid too many return statements within this method.
Open

                return;

Avoid too many return statements within this method.
Open

                return;

Avoid too many return statements within this method.
Open

                return;

Avoid too many return statements within this method.
Open

                return;

Avoid too many return statements within this method.
Open

                return;

Avoid too many return statements within this method.
Open

                return;

Avoid too many return statements within this method.
Open

                return;

Avoid too many return statements within this method.
Open

                return;

Avoid too many return statements within this method.
Open

    return true;

Avoid too many return statements within this method.
Open

                return PmmUtilities.getTuples(table, SchemaFactory.createM12DataSchema());

Avoid too many return statements within this method.
Open

                else if (columnIndex == 5 && dx != null) return dx.min;

Avoid too many return statements within this method.
Open

                if (columnIndex < 2) return thePM.getDepVar();

Avoid too many return statements within this method.
Open

            else if (columnIndex == 1) return Object.class;

Avoid too many return statements within this method.
Open

            return null;

Avoid too many return statements within this method.
Open

                if (columnIndex == 0) return rowID;

Avoid too many return statements within this method.
Open

                if (columnIndex == 7) return isIndep ? (thePM.getIndepDescription(rowID) == null ? null : thePM.getIndepDescription(rowID)) :
                    (thePM.getParamDescription(rowID) == null ? null : thePM.getParamDescription(rowID));

Avoid too many return statements within this method.
Open

                if (columnIndex == 3) return isIndep ? null : 
                    thePM.getParamValue(rowID) == null || Double.isNaN(thePM.getParamValue(rowID)) ? null : thePM.getParamValue(rowID);

Avoid too many return statements within this method.
Open

                if (columnIndex == 4) return isIndep ? null : 
                    thePM.getParamError(rowID) == null || Double.isNaN(thePM.getParamError(rowID)) ? null : thePM.getParamError(rowID);
Severity
Category
Status
Source
Language