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 file-leak-detector-1.13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.kohsuke.file_leak_detector.transform
├─ org.kohsuke.file_leak_detector.transform.ClassTransformSpec.class - [JAR]
├─ org.kohsuke.file_leak_detector.transform.CodeGenerator.class - [JAR]
├─ org.kohsuke.file_leak_detector.transform.MethodAppender.class - [JAR]
├─ org.kohsuke.file_leak_detector.transform.MethodTransformSpec.class - [JAR]
├─ org.kohsuke.file_leak_detector.transform.TransformerImpl.class - [JAR]
org.kohsuke.file_leak_detector
├─ org.kohsuke.file_leak_detector.ActivityListener.class - [JAR]
├─ org.kohsuke.file_leak_detector.AgentMain.class - [JAR]
├─ org.kohsuke.file_leak_detector.Listener.class - [JAR]
├─ org.kohsuke.file_leak_detector.Main.class - [JAR]