Jonathan Lennox
09/26/2023, 9:33 PM[ERROR] Failed to execute goal org.jetbrains.dokka:dokka-maven-plugin:1.9.0:dokka (default) on project jitsi-utils: Execution default of goal org.jetbrains.dokka:dokka-maven-plugin:1.9.0:dokka failed: Equal objects must have equal hashcodes. During rehashing, Trove discovered that the following two objects claim to be equal (as in java.lang.Object.equals() or TObjectHashingStrategy.equals()) but their hashCodes (or those calculated by your TObjectHashingStrategy) are not equal.This violates the general contract of java.lang.Object.hashCode(). See bullet point two in that method's documentation. object #1 = (class java.lang.String), hashCode=0; object #2 = (class java.lang.String), hashCode=0 -> [Help 1]
The objects and hashcode value it shows varies. Any idea how I can fix and/or workaround this?object #1 =java.util (class org.jetbrains.kotlin.name.FqName), hashCode=-888372146; object #2 =java.util (class org.jetbrains.kotlin.name.FqName), hashCode=-888372146
Mikael Stockman
09/27/2023, 6:31 AMJonathan Lennox
09/27/2023, 1:14 PMIgnat Beresnev
10/10/2023, 2:37 PM