Showing 6,856 of 14,752 total issues
Avoid too many return
statements within this method. Open
Open
else if (columnIndex == 2) return Boolean.class;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
else if (columnIndex == 4) return Double.class;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
else if (columnIndex == 1) return Object.class;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (columnIndex == 4) return isIndep ? null :
thePM.getParamError(rowID) == null || Double.isNaN(thePM.getParamError(rowID)) ? null : thePM.getParamError(rowID);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (columnIndex == 6) return isIndep ? (thePM.getIndepMax(rowID) == null || Double.isNaN(thePM.getIndepMax(rowID)) ? null : thePM.getIndepMax(rowID)) :
(thePM.getParamMax(rowID) == null || Double.isNaN(thePM.getParamMax(rowID)) ? null : thePM.getParamMax(rowID));
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (columnIndex == 3) return isIndep ? null :
thePM.getParamValue(rowID) == null || Double.isNaN(thePM.getParamValue(rowID)) ? null : thePM.getParamValue(rowID);
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (columnIndex == 7) return isIndep ? (thePM.getIndepDescription(rowID) == null ? null : thePM.getIndepDescription(rowID)) :
(thePM.getParamDescription(rowID) == null ? null : thePM.getParamDescription(rowID));
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return null;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
else if (columnIndex == 3) return Double.class;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (columnIndex < 2) return thePM.getDepVar();
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (columnIndex == 5) return isIndep ? (thePM.getIndepMin(rowID) == null || Double.isNaN(thePM.getIndepMin(rowID)) ? null : thePM.getIndepMin(rowID)) :
(thePM.getParamMin(rowID) == null || Double.isNaN(thePM.getParamMin(rowID)) ? null : thePM.getParamMin(rowID));
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (columnIndex == 1) return rowID;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return true;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (literatureID != id) return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (emx != null && emx.rms <= qualityThresh) return true;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (!s.contains(literatureString.toLowerCase()) && !sd.contains(literatureString.toLowerCase())) return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (!paramFound && (dbl[0] != null || dbl[1] != null)) return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return false;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (doTheUpdates(dbPath)) return loadDBNew(myDBi, dbPath, autoUpdate, openTheGui, beInteractive);
- Create a ticketCreate a ticket