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 powermock-module-test-mockito-junit4-java8-1.6.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
samples.powermockito.junit4.bugs.github510
├─ samples.powermockito.junit4.bugs.github510.ClassUsesInterface.class - [JAR]
├─ samples.powermockito.junit4.bugs.github510.ConstructorObject.class - [JAR]
├─ samples.powermockito.junit4.bugs.github510.InterfaceWithStatic.class - [JAR]
samples.powermockito.junit4.largemethod
├─ samples.powermockito.junit4.largemethod.InterfaceMethodExceedingJvmLimit.class - [JAR]