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 deadmethods-0.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mebigfatguy.deadmethods
├─ com.mebigfatguy.deadmethods.AbstractClassPathIterator.class - [JAR]
├─ com.mebigfatguy.deadmethods.CalledMethodRemovingClassVisitor.class - [JAR]
├─ com.mebigfatguy.deadmethods.CalledMethodRemovingMethodVisitor.class - [JAR]
├─ com.mebigfatguy.deadmethods.ClassFileFilter.class - [JAR]
├─ com.mebigfatguy.deadmethods.ClassInfo.class - [JAR]
├─ com.mebigfatguy.deadmethods.ClassRepository.class - [JAR]
├─ com.mebigfatguy.deadmethods.ClassRepositoryVisitor.class - [JAR]
├─ com.mebigfatguy.deadmethods.Closer.class - [JAR]
├─ com.mebigfatguy.deadmethods.FindDeadMethods.class - [JAR]
├─ com.mebigfatguy.deadmethods.IgnoredClass.class - [JAR]
├─ com.mebigfatguy.deadmethods.IgnoredMethod.class - [JAR]
├─ com.mebigfatguy.deadmethods.IgnoredPackage.class - [JAR]
├─ com.mebigfatguy.deadmethods.MethodInfo.class - [JAR]
├─ com.mebigfatguy.deadmethods.MethodRepositoryVisitor.class - [JAR]
├─ com.mebigfatguy.deadmethods.PathIterator.class - [JAR]
├─ com.mebigfatguy.deadmethods.PathPrefixIterator.class - [JAR]
├─ com.mebigfatguy.deadmethods.ReflectiveAnnotation.class - [JAR]
├─ com.mebigfatguy.deadmethods.TaskFactory.class - [JAR]