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 tck-integrity-tests-1.0.0-M12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.opencypher.tools.tck
├─ org.opencypher.tools.tck.FeatureFormatChecker.class - [JAR]
├─ org.opencypher.tools.tck.ScenarioFormatValidator.class - [JAR]
├─ org.opencypher.tools.tck.TCKCucumberTemplate.class - [JAR]
├─ org.opencypher.tools.tck.validateCodeStyle.class - [JAR]
├─ org.opencypher.tools.tck.validateError.class - [JAR]
├─ org.opencypher.tools.tck.validateNamedGraph.class - [JAR]
├─ org.opencypher.tools.tck.validateParameters.class - [JAR]
├─ org.opencypher.tools.tck.validateQueryGrammar.class - [JAR]
├─ org.opencypher.tools.tck.validateResults.class - [JAR]
├─ org.opencypher.tools.tck.validateSideEffects.class - [JAR]