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 flaky-tools-0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.atlassian.code.transforms.add.annotation
├─ com.atlassian.code.transforms.add.annotation.FlakeyTransform.class - [JAR]
├─ com.atlassian.code.transforms.add.annotation.FlakyAnnotationAdder.class - [JAR]
com.atlassian.test.rules
├─ com.atlassian.test.rules.Flaky.class - [JAR]
├─ com.atlassian.test.rules.IgnoreFlakes.class - [JAR]
├─ com.atlassian.test.rules.InvertResult.class - [JAR]