RFR: 6542: Improve calls to render in the flame view [v20]

Miroslav Wengner mwengner at openjdk.java.net
Mon Oct 12 21:05:24 UTC 2020


On Sun, 4 Oct 2020 19:34:49 GMT, Marcus Hirt <hirt at openjdk.org> wrote:

>> Miroslav Wengner has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   6542: more cleanup
>
> application/org.openjdk.jmc.flightrecorder.flameview/src/main/java/org/openjdk/jmc/flightrecorder/flameview/tree/TraceNode.java
> line 102:
>> 100: 			return false;
>> 101: 		if (packageName == null) {
>> 102: 			if (other.packageName != null)
> 
> This file should be reverted. All “if” scopes should have brackets.

I've corrected

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

PR: https://git.openjdk.java.net/jmc/pull/78


More information about the jmc-dev mailing list