561460: More comparison queries

Minor updates for spaces etc.

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=561460
diff --git a/plugins/org.eclipse.mat.api/META-INF/reports/overview2.xml b/plugins/org.eclipse.mat.api/META-INF/reports/overview2.xml
index be50872..298ea68 100644
--- a/plugins/org.eclipse.mat.api/META-INF/reports/overview2.xml
+++ b/plugins/org.eclipse.mat.api/META-INF/reports/overview2.xml
@@ -38,7 +38,7 @@
 		<param key="sort_column" value="#6" />

 		<command>simplecomparison -query histogram -retained APPROXIMATE -options "-mode DIFF_TO_PREVIOUS" -baseline ${baseline}</command>

 	</query>

-	<!-- Expensive to calculate, so use version from LeaKHunter2

+	<!-- Expensive to calculate, so use version from LeakHunter2

 	<query name="%overview2.dominator_tree Dominator tree">

 		<param key="html.separate_file" value="true" />

 		<param key="sort_column" value="#5" />

diff --git a/plugins/org.eclipse.mat.api/plugin.properties b/plugins/org.eclipse.mat.api/plugin.properties
index aec98ad..c72f0ec 100644
--- a/plugins/org.eclipse.mat.api/plugin.properties
+++ b/plugins/org.eclipse.mat.api/plugin.properties
@@ -23,7 +23,7 @@
 overview.top_consumers = Top Consumers

 overview.class_histogram = Class Histogram

 

-overview2.title = System Overview of Snapshots 

+overview2.title = System Overview of Snapshots

 # Suffix used to build filename for report zip file - only translate if required

 overview2.suffix = Overview Delta

 overview2.dominator_tree = Dominator Tree

@@ -33,7 +33,7 @@
 suspects.suffix = Leak Suspects

 suspects.leaks = Leaks

 

-suspects2.title = Leak Suspects by Snapshot Comparison 

+suspects2.title = Leak Suspects by Snapshot Comparison

 # Suffix used to build filename for report zip file - only translate if required

 suspects2.suffix = Leak Suspects Delta

 suspects2.leaks = Leaks Compared to Baseline

diff --git a/plugins/org.eclipse.mat.api/plugin.xml b/plugins/org.eclipse.mat.api/plugin.xml
index 965e32d..0fb7834 100644
--- a/plugins/org.eclipse.mat.api/plugin.xml
+++ b/plugins/org.eclipse.mat.api/plugin.xml
Binary files differ
diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/LeakHunterQuery2.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/LeakHunterQuery2.java
index 54397d2..03ca477 100644
--- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/LeakHunterQuery2.java
+++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/inspections/LeakHunterQuery2.java
@@ -32,7 +32,7 @@
 

 /**

  * Looks for leaks based on a delta in retained sizes of

- * the dominator tree from two snapshots. 

+ * the dominator tree from two snapshots.

  */

 @CommandName("leakhunter2")

 @Icon("/META-INF/icons/leak.gif")

diff --git a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/Messages.java b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/Messages.java
index f1ebccb..142e7a2 100644
--- a/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/Messages.java
+++ b/plugins/org.eclipse.mat.api/src/org/eclipse/mat/internal/Messages.java
@@ -287,9 +287,7 @@
 

     public static String FindLeaksQuery2_Column_AccPointRetainedHeap;

     public static String FindLeaksQuery2_Column_SuspectRetainedHeap;

-

     public static String FindLeaksQuery2_ComparedDominatorTrees;

-

     public static String FindLeaksQuery2_Leaks;

 

     public static String FindStringsQuery_SearchingStrings;

diff --git a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/OQLQueryImpl.java b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/OQLQueryImpl.java
index 981c32a..e9b57c2 100644
--- a/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/OQLQueryImpl.java
+++ b/plugins/org.eclipse.mat.parser/src/org/eclipse/mat/parser/internal/oql/OQLQueryImpl.java
@@ -1,5 +1,5 @@
 /*******************************************************************************

- * Copyright (c) 2008, 2019 SAP AG and IBM Corporation.

+ * 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