Package org.eclipse.mat.inspections
Class FindLeaksQuery2
java.lang.Object
org.eclipse.mat.inspections.FindLeaksQuery2
- All Implemented Interfaces:
IQuery
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
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
-
threshold_percent
public int threshold_percent -
max_paths
public int max_paths -
big_drop_ratio
public double big_drop_ratio -
group_suspects_accumulation_ratio
public double group_suspects_accumulation_ratio -
excludes
-
options
-
mask
-
extraReferences
-
extraReferencesListFile
-
-
Constructor Details
-
FindLeaksQuery2
public FindLeaksQuery2()
-
-
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.
-