boolean leakFound
boolean excludedLeak
AnalysisResult.leakFound is true and the only path to the leaking reference is
through excluded references. Usually, that means you can safely ignore this report.java.lang.String className
AnalysisResult.leakFound is true, null otherwise.
The class name format is the same as what would be returned by Class.getName().LeakTrace leakTrace
AnalysisResult.leakFound is true, null
otherwise. This can be used as a unique signature for the leak.java.lang.Exception failure
long analysisDurationMs
java.lang.String referenceName
LeakTraceElement.Type type
LeakTraceElement.Holder holder
java.lang.String className
java.lang.String extra
java.util.List<E> fields