sdkcompat/v251/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/BazelJavaSourceRootEntityImpl.kt [266:276]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun equals(other: Any?): Boolean { if (other == null) return false if (this.javaClass != other.javaClass) return false other as BazelJavaSourceRootEntityData if (this.entitySource != other.entitySource) return false if (this.packageNameId != other.packageNameId) return false if (this.sourceRoots != other.sourceRoots) return false return true } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sdkcompat/gen/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/BazelJavaSourceRootEntityImpl.kt [266:276]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun equals(other: Any?): Boolean { if (other == null) return false if (this.javaClass != other.javaClass) return false other as BazelJavaSourceRootEntityData if (this.entitySource != other.entitySource) return false if (this.packageNameId != other.packageNameId) return false if (this.sourceRoots != other.sourceRoots) return false return true } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sdkcompat/v252/org/jetbrains/bazel/sdkcompat/workspacemodel/entities/impl/BazelJavaSourceRootEntityImpl.kt [266:276]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun equals(other: Any?): Boolean { if (other == null) return false if (this.javaClass != other.javaClass) return false other as BazelJavaSourceRootEntityData if (this.entitySource != other.entitySource) return false if (this.packageNameId != other.packageNameId) return false if (this.sourceRoots != other.sourceRoots) return false return true } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -