You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the logic in the UpgradeTracker class work correctly with the use of String[] as a key, or should a different key type be used, such as List<String>? As I know hashCode for String[] returns a value based on the object's reference rather than the array's content.
Does the logic in the
UpgradeTracker
class work correctly with the use ofString[]
as a key, or should a different key type be used, such asList<String>
? As I knowhashCode
forString[]
returns a value based on the object's reference rather than the array's content.modelmesh/src/main/java/com/ibm/watson/modelmesh/UpgradeTracker.java
Line 67 in af8c300
The text was updated successfully, but these errors were encountered: