[Rev 05] RFR: 6677: Search to highlight cells in the flame view
Miroslav Wengner
mwengner at openjdk.java.net
Fri Feb 7 20:48:18 UTC 2020
On Fri, 7 Feb 2020 20:12:50 GMT, Alex Macdonald <aptmac at openjdk.org> wrote:
>> The pull request has been updated with 1 additional commit.
>
> application/org.openjdk.jmc.flightrecorder.flameview/src/main/js/flameviewColoring.js line 138:
>
>> 137: const map = Array.prototype.map;
>> 138: const resultText = map.call(text.trim().toLowerCase(), element => {
>> 139: if(specialCharactersMap.has(element)){
>
> indent level is off, and the following code block has some spacing to fix up
;) it's not there
-------------
PR: https://git.openjdk.java.net/jmc/pull/45
More information about the jmc-dev
mailing list