RFR: 4819: Improved tooltips and context menus for Stack Trace View

Miroslav Wengner mwengner at openjdk.java.net
Fri Oct 30 11:39:46 UTC 2020


On Thu, 29 Oct 2020 20:03:46 GMT, Marcus Hirt <hirt at openjdk.org> wrote:

>> bug fix: https://bugs.openjdk.java.net/browse/JMC-4819 tooltips
>> 
>> I'd propose, if not created yet, to create a ticket according to the correct behaviour of Stacktrace when treeView is selected (enabled/disabled) and switching over branches with enabled/disabled "Layout Option -> Reduce Tree Depth". Also when the current setup us saved and JMC reopened.
>
> application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/views/stacktrace/StacktraceView.java line 470:
> 
>> 468: 				if (!viewer.getControl().isDisposed()) {
>> 469: 					setViewerInput(oldInput);
>> 470: 					if (!reducedTree && oldInput != null) {
> 
> Don't get this. If we don't want to reduce - then reduce? Very strange behaviour.

seems I've forgotten to revert it as I've been playing a bit more with it

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

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


More information about the jmc-dev mailing list