Skip to content

Commit

Permalink
561460: More comparison queries
Browse files Browse the repository at this point in the history
Minor updates for spaces etc.

Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=561460
  • Loading branch information
ajohnson1 committed Mar 25, 2020
1 parent 4464d1a commit 52fc507
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion plugins/org.eclipse.mat.api/META-INF/reports/overview2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.eclipse.mat.api/plugin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ overview.threads = Thread Overview
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
Expand All @@ -33,7 +33,7 @@ suspects.title = Leak Suspects
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
Expand Down
1 change: 0 additions & 1 deletion plugins/org.eclipse.mat.api/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<query impl="org.eclipse.mat.internal.snapshot.inspections.MultiplePath2GCRootsQuery"/>
<!-- comparisons -->
<query impl="org.eclipse.mat.internal.snapshot.inspections.CompareTablesQuery"/>
<query impl="org.eclipse.mat.internal.snapshot.inspections.GroupByQuery"/>
<query impl="org.eclipse.mat.inspections.SimpleComparison"/>

<!-- core -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,7 @@ public class Messages extends NLS

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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 52fc507

Please sign in to comment.