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 terrier-tests-5.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.terrier.tests
├─ org.terrier.tests.ApplicationSetupBasedTest.class - [JAR]
├─ org.terrier.tests.BatchEndToEndTest.class - [JAR]
org.terrier.structures.postings
├─ org.terrier.structures.postings.PostingTestUtils.class - [JAR]
org.terrier.indexing
├─ org.terrier.indexing.CollectionDocumentList.class - [JAR]
├─ org.terrier.indexing.IndexTestUtils.class - [JAR]
org.terrier.utility.io
├─ org.terrier.utility.io.CheckClosedStreams.class - [JAR]