itachi1706/SingBuses

View on GitHub

Showing 8 of 112 total issues

Avoid too many return statements within this method.
Open

        return true

    Avoid too many return statements within this method.
    Open

            } else if (other.services != null) return false

      Avoid too many return statements within this method.
      Open

              } else if (other.storage != null) return false

        Avoid too many return statements within this method.
        Open

                } else if (other.value != null) return false

          Avoid too many return statements within this method.
          Open

                  return true

            Avoid too many return statements within this method.
            Open

                    return true

              Avoid too many return statements within this method.
              Open

                          if (!services.contentEquals(other.services)) return false

                Avoid too many return statements within this method.
                Open

                        if (currentTime != other.currentTime) return false
                  Severity
                  Category
                  Status
                  Source
                  Language