-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
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.
| private final Map<String[], PerTypeLabelStats> upgradeTracker = new HashMap<>(1); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels