Showing 8 of 112 total issues
Avoid too many return
statements within this method. Open
Open
return true
Avoid too many return
statements within this method. Open
Open
} else if (other.services != null) return false
Avoid too many return
statements within this method. Open
Open
} else if (other.storage != null) return false
Avoid too many return
statements within this method. Open
Open
} else if (other.value != null) return false
Avoid too many return
statements within this method. Open
Open
return true
Avoid too many return
statements within this method. Open
Open
return true
Avoid too many return
statements within this method. Open
Open
if (!services.contentEquals(other.services)) return false
Avoid too many return
statements within this method. Open
Open
if (currentTime != other.currentTime) return false