Details
-
Improvement
-
Resolution: Fixed
-
Major
-
8.4.2
-
N/A
-
N/A
-
Description
Things like ExtensionId and ExtensionDependency are used in Map keys or hasset and often the same instances are reused for that which means that the hashcode is calculated over and over again. It would be better to remember it since those instances are immutable.