View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window leakcanary-analyzer-core-2.0-alpha-1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
leakcanary
├─ leakcanary.AnalysisResult.class - [JAR]
├─ leakcanary.AnalyzerProgressListener.class - [JAR]
├─ leakcanary.ExcludedRefs.class - [JAR]
├─ leakcanary.Exclusion.class - [JAR]
├─ leakcanary.HeapAnalysis.class - [JAR]
├─ leakcanary.HeapAnalysisException.class - [JAR]
├─ leakcanary.HeapAnalysisFailure.class - [JAR]
├─ leakcanary.HeapAnalysisKt.class - [JAR]
├─ leakcanary.HeapAnalysisSuccess.class - [JAR]
├─ leakcanary.HeapDump.class - [JAR]
├─ leakcanary.HeapDumpMemoryStore.class - [JAR]
├─ leakcanary.LeakReference.class - [JAR]
├─ leakcanary.LeakTrace.class - [JAR]
├─ leakcanary.LeakTraceElement.class - [JAR]
├─ leakcanary.LeakingInstance.class - [JAR]
├─ leakcanary.NoPathToInstance.class - [JAR]
├─ leakcanary.Reachability.class - [JAR]
├─ leakcanary.RetainedInstance.class - [JAR]
├─ leakcanary.Serializables.class - [JAR]
├─ leakcanary.SerializablesKt.class - [JAR]
├─ leakcanary.WeakReferenceCleared.class - [JAR]
├─ leakcanary.WeakReferenceFound.class - [JAR]
├─ leakcanary.WeakReferenceMissing.class - [JAR]
leakcanary.internal
├─ leakcanary.internal.LeakTraceRendererKt.class - [JAR]
├─ leakcanary.internal.StringsKt.class - [JAR]