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 mmat-plugin-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.mat.parser.internal
├─ org.eclipse.mat.parser.internal.DominatorTree.class - [JAR]
├─ org.eclipse.mat.parser.internal.GarbageCleaner.class - [JAR]
├─ org.eclipse.mat.parser.internal.Messages.class - [JAR]
├─ org.eclipse.mat.parser.internal.PreliminaryIndexImpl.class - [JAR]
├─ org.eclipse.mat.parser.internal.SnapshotFactory.class - [JAR]
├─ org.eclipse.mat.parser.internal.SnapshotImpl.class - [JAR]
├─ org.eclipse.mat.parser.internal.SnapshotImplBuilder.class - [JAR]
├─ org.eclipse.mat.parser.internal.StackFrameImpl.class - [JAR]
├─ org.eclipse.mat.parser.internal.ThreadStackHelper.class - [JAR]
├─ org.eclipse.mat.parser.internal.ThreadStackImpl.class - [JAR]
com.mrcd.mmat.report
├─ com.mrcd.mmat.report.BitmapReport.class - [JAR]
├─ com.mrcd.mmat.report.HtmlTemplateReport.class - [JAR]
├─ com.mrcd.mmat.report.MemoryLeakReport.class - [JAR]
├─ com.mrcd.mmat.report.ReportProxy.class - [JAR]
├─ com.mrcd.mmat.report.Reportable.class - [JAR]
org.eclipse.mat.parser.internal.util
├─ org.eclipse.mat.parser.internal.util.IntStack.class - [JAR]
├─ org.eclipse.mat.parser.internal.util.ParserRegistry.class - [JAR]
org.eclipse.mat.parser.index
├─ org.eclipse.mat.parser.index.IIndexReader.class - [JAR]
├─ org.eclipse.mat.parser.index.IndexManager.class - [JAR]
├─ org.eclipse.mat.parser.index.IndexReader.class - [JAR]
├─ org.eclipse.mat.parser.index.IndexWriter.class - [JAR]
org.eclipse.mat.parser
├─ org.eclipse.mat.parser.IIndexBuilder.class - [JAR]
├─ org.eclipse.mat.parser.IObjectReader.class - [JAR]
├─ org.eclipse.mat.parser.IPreliminaryIndex.class - [JAR]
org.eclipse.mat.internal
├─ org.eclipse.mat.internal.Messages.class - [JAR]
org.eclipse.mat.snapshot.registry
├─ org.eclipse.mat.snapshot.registry.ClassSpecificNameResolverRegistry.class - [JAR]
com.mrcd.mmat.android
├─ com.mrcd.mmat.android.AndroidOS.class - [JAR]
├─ com.mrcd.mmat.android.AndroidVersions.class - [JAR]
org.json
├─ org.json.JSON.class - [JAR]
├─ org.json.JSONArray.class - [JAR]
├─ org.json.JSONException.class - [JAR]
├─ org.json.JSONObject.class - [JAR]
├─ org.json.JSONStringer.class - [JAR]
├─ org.json.JSONTokener.class - [JAR]
com.mrcd.mmat.monitor.model
├─ com.mrcd.mmat.monitor.model.SystemInfo.class - [JAR]
org.eclipse.mat.snapshot.extension
├─ org.eclipse.mat.snapshot.extension.IClassSpecificNameResolver.class - [JAR]
├─ org.eclipse.mat.snapshot.extension.Subject.class - [JAR]
├─ org.eclipse.mat.snapshot.extension.Subjects.class - [JAR]
com.mrcd.mmat
├─ com.mrcd.mmat.AnalyzerArgs.class - [JAR]
├─ com.mrcd.mmat.AnalyzerEngine.class - [JAR]
├─ com.mrcd.mmat.HprofDumper.class - [JAR]
├─ com.mrcd.mmat.MMATConfig.class - [JAR]
├─ com.mrcd.mmat.Main.class - [JAR]
com.mrcd.mmat.plugin
├─ com.mrcd.mmat.plugin.MmatExtension.class - [JAR]
├─ com.mrcd.mmat.plugin.MmatPlugin.class - [JAR]
├─ com.mrcd.mmat.plugin.TextUtils.class - [JAR]
org.eclipse.mat.inspections
├─ org.eclipse.mat.inspections.CommonNameResolver.class - [JAR]
org.eclipse.mat.parser.model
├─ org.eclipse.mat.parser.model.AbstractArrayImpl.class - [JAR]
├─ org.eclipse.mat.parser.model.AbstractObjectImpl.class - [JAR]
├─ org.eclipse.mat.parser.model.ClassImpl.class - [JAR]
├─ org.eclipse.mat.parser.model.ClassLoaderImpl.class - [JAR]
├─ org.eclipse.mat.parser.model.InstanceImpl.class - [JAR]
├─ org.eclipse.mat.parser.model.ObjectArrayImpl.class - [JAR]
├─ org.eclipse.mat.parser.model.PrimitiveArrayImpl.class - [JAR]
├─ org.eclipse.mat.parser.model.XGCRootInfo.class - [JAR]
├─ org.eclipse.mat.parser.model.XSnapshotInfo.class - [JAR]
org.eclipse.mat.hprof
├─ org.eclipse.mat.hprof.AbstractParser.class - [JAR]
├─ org.eclipse.mat.hprof.ArrayDescription.class - [JAR]
├─ org.eclipse.mat.hprof.HprofHeapObjectReader.class - [JAR]
├─ org.eclipse.mat.hprof.HprofIndexBuilder.class - [JAR]
├─ org.eclipse.mat.hprof.HprofParserHandlerImpl.class - [JAR]
├─ org.eclipse.mat.hprof.HprofRandomAccessParser.class - [JAR]
├─ org.eclipse.mat.hprof.IHprofParserHandler.class - [JAR]
├─ org.eclipse.mat.hprof.Messages.class - [JAR]
├─ org.eclipse.mat.hprof.Pass1Parser.class - [JAR]
├─ org.eclipse.mat.hprof.Pass2Parser.class - [JAR]
com.mrcd.mmat.monitor
├─ com.mrcd.mmat.monitor.FastBigJavaHeapOOMMonitor.class - [JAR]
├─ com.mrcd.mmat.monitor.IMonitorJavaHeap.class - [JAR]
├─ com.mrcd.mmat.monitor.JavaHeapOOMMonitor.class - [JAR]
├─ com.mrcd.mmat.monitor.MonitorManager.class - [JAR]
org.eclipse.mat.util
├─ org.eclipse.mat.util.ConsoleProgressListener.class - [JAR]
├─ org.eclipse.mat.util.IProgressListener.class - [JAR]
├─ org.eclipse.mat.util.MessageUtil.class - [JAR]
├─ org.eclipse.mat.util.SilentProgressListener.class - [JAR]
├─ org.eclipse.mat.util.SimpleMonitor.class - [JAR]
├─ org.eclipse.mat.util.SimpleStringTokenizer.class - [JAR]
├─ org.eclipse.mat.util.VoidProgressListener.class - [JAR]
org.eclipse.mat.parser.internal.snapshot
├─ org.eclipse.mat.parser.internal.snapshot.MultiplePathsFromGCRootsComputerImpl.class - [JAR]
├─ org.eclipse.mat.parser.internal.snapshot.ObjectCache.class - [JAR]
├─ org.eclipse.mat.parser.internal.snapshot.ObjectMarker.class - [JAR]
├─ org.eclipse.mat.parser.internal.snapshot.PathsFromGCRootsTreeBuilder.class - [JAR]
├─ org.eclipse.mat.parser.internal.snapshot.RetainedSizeCache.class - [JAR]
org.eclipse.mat.collect
├─ org.eclipse.mat.collect.ArrayInt.class - [JAR]
├─ org.eclipse.mat.collect.ArrayIntBig.class - [JAR]
├─ org.eclipse.mat.collect.ArrayIntCompressed.class - [JAR]
├─ org.eclipse.mat.collect.ArrayLong.class - [JAR]
├─ org.eclipse.mat.collect.ArrayLongCompressed.class - [JAR]
├─ org.eclipse.mat.collect.ArrayUtils.class - [JAR]
├─ org.eclipse.mat.collect.BitField.class - [JAR]
├─ org.eclipse.mat.collect.HashMapIntLong.class - [JAR]
├─ org.eclipse.mat.collect.HashMapIntObject.class - [JAR]
├─ org.eclipse.mat.collect.HashMapLongObject.class - [JAR]
├─ org.eclipse.mat.collect.IteratorInt.class - [JAR]
├─ org.eclipse.mat.collect.IteratorLong.class - [JAR]
├─ org.eclipse.mat.collect.PrimeFinder.class - [JAR]
├─ org.eclipse.mat.collect.QueueInt.class - [JAR]
├─ org.eclipse.mat.collect.SetInt.class - [JAR]
com.mrcd.mmat.analyzer
├─ com.mrcd.mmat.analyzer.BitmapAnalyzer.class - [JAR]
├─ com.mrcd.mmat.analyzer.HprofAnalyzer.class - [JAR]
├─ com.mrcd.mmat.analyzer.MemoryLeakAnalyzer.class - [JAR]
org.eclipse.mat.parser.io
├─ org.eclipse.mat.parser.io.BitInputStream.class - [JAR]
├─ org.eclipse.mat.parser.io.BitOutputStream.class - [JAR]
├─ org.eclipse.mat.parser.io.BufferedRandomAccessInputStream.class - [JAR]
├─ org.eclipse.mat.parser.io.PositionInputStream.class - [JAR]
├─ org.eclipse.mat.parser.io.SimpleBufferedRandomAccessInputStream.class - [JAR]
org.eclipse.mat.snapshot.model
├─ org.eclipse.mat.snapshot.model.Field.class - [JAR]
├─ org.eclipse.mat.snapshot.model.FieldDescriptor.class - [JAR]
├─ org.eclipse.mat.snapshot.model.GCRootInfo.class - [JAR]
├─ org.eclipse.mat.snapshot.model.IArray.class - [JAR]
├─ org.eclipse.mat.snapshot.model.IClass.class - [JAR]
├─ org.eclipse.mat.snapshot.model.IClassLoader.class - [JAR]
├─ org.eclipse.mat.snapshot.model.IInstance.class - [JAR]
├─ org.eclipse.mat.snapshot.model.IObject.class - [JAR]
├─ org.eclipse.mat.snapshot.model.IObjectArray.class - [JAR]
├─ org.eclipse.mat.snapshot.model.IPrimitiveArray.class - [JAR]
├─ org.eclipse.mat.snapshot.model.IStackFrame.class - [JAR]
├─ org.eclipse.mat.snapshot.model.IThreadStack.class - [JAR]
├─ org.eclipse.mat.snapshot.model.NamedReference.class - [JAR]
├─ org.eclipse.mat.snapshot.model.ObjectReference.class - [JAR]
├─ org.eclipse.mat.snapshot.model.PrettyPrinter.class - [JAR]
├─ org.eclipse.mat.snapshot.model.PseudoReference.class - [JAR]
├─ org.eclipse.mat.snapshot.model.ThreadToLocalReference.class - [JAR]
org.eclipse.mat.snapshot
├─ org.eclipse.mat.snapshot.DominatorsSummary.class - [JAR]
├─ org.eclipse.mat.snapshot.ExcludedReferencesDescriptor.class - [JAR]
├─ org.eclipse.mat.snapshot.IMultiplePathsFromGCRootsComputer.class - [JAR]
├─ org.eclipse.mat.snapshot.IPathsFromGCRootsComputer.class - [JAR]
├─ org.eclipse.mat.snapshot.ISnapshot.class - [JAR]
├─ org.eclipse.mat.snapshot.MultiplePathsFromGCRootsClassRecord.class - [JAR]
├─ org.eclipse.mat.snapshot.MultiplePathsFromGCRootsRecord.class - [JAR]
├─ org.eclipse.mat.snapshot.PathsFromGCRootsTree.class - [JAR]
├─ org.eclipse.mat.snapshot.SnapshotFormat.class - [JAR]
├─ org.eclipse.mat.snapshot.SnapshotInfo.class - [JAR]
com.mrcd.mmat.util
├─ com.mrcd.mmat.util.CollectionsUtil.class - [JAR]
├─ com.mrcd.mmat.util.FileUtils.class - [JAR]
├─ com.mrcd.mmat.util.MemorySizeFormat.class - [JAR]
├─ com.mrcd.mmat.util.ProcessUtil.class - [JAR]
├─ com.mrcd.mmat.util.UnitUtil.class - [JAR]
org.eclipse.mat
├─ org.eclipse.mat.SnapshotException.class - [JAR]
com.mrcd.mmat.analyzer.trace
├─ com.mrcd.mmat.analyzer.trace.AndroidExcludeRefs.class - [JAR]
├─ com.mrcd.mmat.analyzer.trace.ExcludedRefs.class - [JAR]
├─ com.mrcd.mmat.analyzer.trace.LeakTrace.class - [JAR]
├─ com.mrcd.mmat.analyzer.trace.LeakTraceElement.class - [JAR]
├─ com.mrcd.mmat.analyzer.trace.LeakTraceTracker.class - [JAR]
org.eclipse.mat.hprof.extension
├─ org.eclipse.mat.hprof.extension.IParsingEnhancer.class - [JAR]
├─ org.eclipse.mat.hprof.extension.IRuntimeEnhancer.class - [JAR]
com.mrcd.mmat.bitmap
├─ com.mrcd.mmat.bitmap.BitmapDecoder.class - [JAR]
├─ com.mrcd.mmat.bitmap.HprofBitmapProvider.class - [JAR]
org.eclipse.mat.report.internal
├─ org.eclipse.mat.report.internal.Messages.class - [JAR]