Package org.eclipse.mat.inspections
Class FindLeaksQuery
java.lang.Object
org.eclipse.mat.inspections.FindLeaksQuery
- All Implemented Interfaces:
IQuery
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptiondouble
double
int
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(IProgressListener listener) The execute method is called after all arguments have been injected into the query instance.static void
-
Field Details
-
snapshot
-
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
-
-
Constructor Details
-
FindLeaksQuery
public FindLeaksQuery()
-
-
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. -
main
-