Community
Participate
Working Groups
If a query returns a CompositeResult containing a Spec then the tab is blank apart from some text like org.eclipse.mat.report.SectionSpec@5ebb5ebb If a query returns a CompositeResult containing another CompositeResult marked as asHtml then the sub result is still expanded rather than being shown as HTML.
The fix is to change QueryExecution to expand those cases to HTML, rather as if they were the main result from a query.
I have also added a test query. This isn't run a JUnit test as I don't know how.