mbien commented on pull request #2498: URL: https://github.com/apache/netbeans/pull/2498#issuecomment-1008173137
the lookup tests use Integers for object equality/identity checks. Its probably better to revert them since any replacement of `new Integer` will likely break them. They have to be rewritten using something which isn't a cached number (e.g BigInteger or a proper test object with equals/hashcode etc implemented). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
