RFR: 6677: search to highlight cells in the flame view
Miroslav Wengner
mwengner at openjdk.java.net
Thu Feb 6 10:58:54 UTC 2020
On Wed, 5 Feb 2020 20:54:55 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 29:
>
>> 28: packageInputField.addEventListener("keyup", function(event) {
>> 29: if(event.keyCode === 13){
>> 30: executeSearch();
>
> formatting: space after `if` and before `{`
update
-------------
PR: https://git.openjdk.java.net/jmc/pull/45
More information about the jmc-dev
mailing list