Package org.eclipse.mat.inspections
Class LeakHunterQuery
java.lang.Object
org.eclipse.mat.inspections.LeakHunterQuery
- All Implemented Interfaces:
IQuery
- Direct Known Subclasses:
LeakHunterQuery2
-
Field Summary
Modifier and TypeFieldDescriptionint
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.
-
Field Details
-
snapshot
-
threshold_percent
public int threshold_percent -
max_paths
public int max_paths -
skipPattern
-
excludes
-
-
Constructor Details
-
LeakHunterQuery
public LeakHunterQuery()
-
-
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.
-