Showing 6,856 of 14,752 total issues
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
return PmmUtilities.getTuples(table, SchemaFactory.createM12DataSchema());
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
return PmmUtilities.getTuples(table, SchemaFactory.createM12Schema());
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (columnIndex == 0) return rowID;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
else if (columnIndex == 5 && dx != null) return dx.min;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (columnIndex == 2) return isIndep;
- Create a ticketCreate a ticket
Avoid too many return
statements within this method. Open
Open
if (columnIndex == 0) return Object.class;
- Create a ticketCreate a ticket