Skip to content

Commit

Permalink
561460: More comparison queries
Browse files Browse the repository at this point in the history
Add missing report file.

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=561460

Change-Id: If80b315c0bb3345cb39186fdfb759441fc91d6a6
  • Loading branch information
ajohnson1 committed Mar 25, 2020
1 parent 52fc507 commit d0687b3
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions plugins/org.eclipse.mat.api/META-INF/reports/suspects2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!--
Copyright (c) 2008, 2020 SAP AG and IBM Corporation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
SAP AG - initial API and implementation
Andrew Johnson - comparison queries
-->
<section name="%suspects2.title" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.eclipse.org/mat/report.xsd"
xsi:schemaLocation="http://www.eclipse.org/mat/report.xsd platform:/resource/org.eclipse.mat.report/schema/report.xsd">

<param key="html.collapsed" value="false" />
<param key="filename_suffix" value="%suspects2.suffix Leak Suspects Delta" />

<section name="%overview2.title">
<param key="html.separate_file" value="true" />
<template>org.eclipse.mat.api:overview2</template>
</section>

<query name="%suspects2.leaks">
<command>leakhunter2 -baseline ${baseline}</command>
</query>

</section>

0 comments on commit d0687b3

Please sign in to comment.