<Swing Dev> [12] JDK-8213516: jck test api/javax_accessibility/AccessibleState/fields.html fails intermittent

Shashidhara Veerabhadraiah shashidhara.veerabhadraiah at oracle.com
Fri Feb 15 09:44:27 UTC 2019


Hi Sergey\Phil, Here is the new webrev:
http://cr.openjdk.java.net/~sveerabhadra/8213516/webrev.03/

I assumed the table.get() function calls the equals() method of the key class. But that was not the case. My mistake.

Thanks and regards,
Shashi

-----Original Message-----
From: Sergey Bylokhov 
Sent: Friday, February 15, 2019 4:23 AM
To: Shashidhara Veerabhadraiah <shashidhara.veerabhadraiah at oracle.com>; Philip Race <philip.race at oracle.com>
Cc: swing-dev at openjdk.java.net; Dmitry Bessonov <dmitry.bessonov at oracle.com>; Krishna Addepalli <krishna.addepalli at oracle.com>
Subject: Re: <Swing Dev> [12] JDK-8213516: jck test api/javax_accessibility/AccessibleState/fields.html fails intermittent

Hi, Shashi.

> HashTable class uses these methods for key types used in the hash table, hence they need to be implemented as part of the key types. The JCK test already tests this, so Sergey do you want me to write another open test for this problem?

The rules above are applicable to the keys of the hashtable, but you did not use your new class as a key.
The new test is needed because the old test will be excluded.
Please take a look to this comment as well:
https://mail.openjdk.java.net/pipermail/swing-dev/2019-January/009277.html

-- 
Best regards, Sergey.


More information about the swing-dev mailing list