Integrated: 8102: Automated analysis page does not expand the results for Windows

Virag Purnam vpurnam at openjdk.org
Wed Jul 19 17:45:48 UTC 2023


On Tue, 18 Jul 2023 16:42:24 GMT, Virag Purnam <vpurnam at openjdk.org> wrote:

> To fix the bug https://bugs.openjdk.org/browse/JMC-8073, **rules_overview.html** had been modified and **.includes()** method was added. But this method does not work with all browsers e.g IE.  On windows Automated analysis page does not expand the results. 
> 
> Fix: I have replaced all **.includes()** with widely supported **.indexOf()**.
> e.g ` e.id.includes("_name") `has been replaced with` e.id.indexOf("_name") !== -1`
> 
> With this change it works in all platforms.

This pull request has now been integrated.

Changeset: 70e4f731
Author:    Virag Purnam <vpurnam at openjdk.org>
URL:       https://git.openjdk.org/jmc/commit/70e4f731495f08c066e9dc548c02a58b844138f6
Stats:     4 lines in 1 file changed: 0 ins; 0 del; 4 mod

8102: Automated analysis page does not expand the results for Windows

Reviewed-by: aptmac

-------------

PR: https://git.openjdk.org/jmc/pull/507


More information about the jmc-dev mailing list