Package org.eclipse.mat.inspections
Class SimpleComparison
java.lang.Object
org.eclipse.mat.inspections.SimpleComparison
- All Implemented Interfaces:
IQuery
A simple comparison of the results of running a query on two
different snapshots.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(IProgressListener listener) The execute method is called after all arguments have been injected into the query instance.
-
Field Details
-
snapshot
-
baseline
-
query
-
options
-
defaultoptions
-
retained
-
-
Constructor Details
-
SimpleComparison
public SimpleComparison()
-
-
Method Details
-
execute
Description copied from interface:IQuery
The execute method is called after all arguments have been injected into the query instance. Typical results areTextResult
,CompositeResult
,SectionSpec
etc.
-