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 spock-junit4-2.4-M1-groovy-2.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.spockframework.junit4
├─ org.spockframework.junit4.AbstractRuleExtension.class - [JAR]
├─ org.spockframework.junit4.AbstractRuleInterceptor.class - [JAR]
├─ org.spockframework.junit4.ClassRuleExtension.class - [JAR]
├─ org.spockframework.junit4.ClassRuleInterceptor.class - [JAR]
├─ org.spockframework.junit4.ExceptionAdapterExtension.class - [JAR]
├─ org.spockframework.junit4.ExceptionAdapterInterceptor.class - [JAR]
├─ org.spockframework.junit4.JUnit4AnnotationLifecycleMethodsExtension.class - [JAR]
├─ org.spockframework.junit4.JUnitDescriptionGenerator.class - [JAR]
├─ org.spockframework.junit4.MethodRuleInterceptor.class - [JAR]
├─ org.spockframework.junit4.RuleExtension.class - [JAR]
├─ org.spockframework.junit4.TestRuleInterceptor.class - [JAR]