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 will-fix-plugin-0.1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
wtf.s1.willfix
├─ wtf.s1.willfix.Constants.class - [JAR]
├─ wtf.s1.willfix.WillFixContext.class - [JAR]
├─ wtf.s1.willfix.WillFixExtension.class - [JAR]
├─ wtf.s1.willfix.WillFixPlugin.class - [JAR]
├─ wtf.s1.willfix.WillFixTransform.class - [JAR]
├─ wtf.s1.willfix.WillFixVerify.class - [JAR]
wtf.s1.willfix.logging
├─ wtf.s1.willfix.logging.BaseLogger.class - [JAR]
├─ wtf.s1.willfix.logging.LevelLog.class - [JAR]
├─ wtf.s1.willfix.logging.SystemLoggerImpl.class - [JAR]
├─ wtf.s1.willfix.logging.SystemOutputImpl.class - [JAR]