Modifier and Type | Class and Description |
---|---|
static class |
FindLeaksQuery2.AccumulationPoint |
static class |
FindLeaksQuery2.SuspectsResultTable |
Modifier and Type | Field and Description |
---|---|
ISnapshot |
baseline |
double |
big_drop_ratio |
String[] |
extraReferences |
File |
extraReferencesListFile |
Pattern |
mask |
int |
max_paths |
String |
options |
ISnapshot |
snapshot |
int |
threshold_percent |
Constructor and Description |
---|
FindLeaksQuery2() |
Modifier and Type | Method and Description |
---|---|
IResult |
execute(IProgressListener listener)
The execute method is called after all arguments have been injected into
the query instance.
|
public ISnapshot snapshot
public ISnapshot baseline
public int threshold_percent
public int max_paths
public double big_drop_ratio
public String options
public Pattern mask
public String[] extraReferences
public File extraReferencesListFile
public IResult execute(IProgressListener listener) throws Exception
IQuery
TextResult
, CompositeResult
, SectionSpec
etc.