RFR: 6677: search to highlight cells in the flame view
Miroslav Wengner
mwengner at openjdk.java.net
Thu Feb 6 10:58:53 UTC 2020
On Wed, 5 Feb 2020 20:35:34 GMT, Alex Macdonald <aptmac at openjdk.org> wrote:
>> ticket: https://bugs.openjdk.java.net/browse/JMC-6677
>
> application/org.openjdk.jmc.flightrecorder.flameview/src/main/resources/page.template line 61:
>
>> 60: const inputText = packageInputField.value;
>> 61: if(textToSearch !== inputText){
>> 62: textToSearch = inputText.toLowerCase();
>
> formatting: space after `if`
> formatting: space before `{`
update
-------------
PR: https://git.openjdk.java.net/jmc/pull/45
More information about the jmc-dev
mailing list