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 vsuite-common-0.4b.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
spoon.vsuite.common
├─ spoon.vsuite.common.BadExceptionForwardingProcessor.class - [JAR]
├─ spoon.vsuite.common.BadFinallyProcessor.class - [JAR]
├─ spoon.vsuite.common.CouldBeFinalFieldProcessor.class - [JAR]
├─ spoon.vsuite.common.CouldBeStaticMethodProcessor.class - [JAR]
├─ spoon.vsuite.common.DangerousConstructorProcessor.class - [JAR]
├─ spoon.vsuite.common.DocProcessor.class - [JAR]
├─ spoon.vsuite.common.EmptyCatchProcessor.class - [JAR]
├─ spoon.vsuite.common.EmptyExecutableProcessor.class - [JAR]
├─ spoon.vsuite.common.IfProcessor.class - [JAR]
├─ spoon.vsuite.common.NoSideEffectInvocationProcessor.class - [JAR]
├─ spoon.vsuite.common.UnusedVariableProcessor.class - [JAR]
├─ spoon.vsuite.common.VariableProcessor.class - [JAR]
spoon.vsuite.common.template
├─ spoon.vsuite.common.template.BadCatchTemplate.class - [JAR]
├─ spoon.vsuite.common.template._ReplacingThrowable_.class - [JAR]
├─ spoon.vsuite.common.template._Throwable_.class - [JAR]