Class LeakHunterQuery2

java.lang.Object
org.eclipse.mat.inspections.LeakHunterQuery
org.eclipse.mat.inspections.LeakHunterQuery2
All Implemented Interfaces:
IQuery

public class LeakHunterQuery2 extends LeakHunterQuery
Looks for leaks based on a delta in retained sizes of the dominator tree from two snapshots.
  • Field Details

    • baseline

      public ISnapshot baseline
    • options

      public String options
    • mask

      public Pattern mask
    • extraReferences

      public String[] extraReferences
    • extraReferencesListFile

      public File extraReferencesListFile
  • Constructor Details

    • LeakHunterQuery2

      public LeakHunterQuery2()
  • Method Details