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 plugin-test-util-lib-1.213.10.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.vladsch.plugin.test.util.renderers
├─ com.vladsch.plugin.test.util.renderers.ActionSpecRenderer.class - [JAR]
├─ com.vladsch.plugin.test.util.renderers.IntentionSpecRenderer.class - [JAR]
├─ com.vladsch.plugin.test.util.renderers.LightFixtureSpecRenderer.class - [JAR]
├─ com.vladsch.plugin.test.util.renderers.LineMarkerSpecRenderer.class - [JAR]
├─ com.vladsch.plugin.test.util.renderers.StripTrailingSpacesFilterSpecRenderer.class - [JAR]
com.vladsch.plugin.test.util
├─ com.vladsch.plugin.test.util.AdditionalProjectFiles.class - [JAR]
├─ com.vladsch.plugin.test.util.DebugLogSettings.class - [JAR]
├─ com.vladsch.plugin.test.util.IntentionInfo.class - [JAR]
├─ com.vladsch.plugin.test.util.JavaCodeInsightFixtureSpecTestCase.class - [JAR]
├─ com.vladsch.plugin.test.util.LightJavaCodeInsightFixtureSpecTestCase.class - [JAR]
├─ com.vladsch.plugin.test.util.LightPlatformCodeInsightFixtureSpecTestCase.class - [JAR]
├─ com.vladsch.plugin.test.util.LineMarkerSettings.class - [JAR]
├─ com.vladsch.plugin.test.util.ParamRowGenerator.class - [JAR]
├─ com.vladsch.plugin.test.util.SpecTestCaseJavaProjectDescriptor.class - [JAR]
├─ com.vladsch.plugin.test.util.SpecTestSetup.class - [JAR]
├─ com.vladsch.plugin.test.util.TestBundle.class - [JAR]
├─ com.vladsch.plugin.test.util.TestIdeActions.class - [JAR]
com.vladsch.plugin.test.util.cases
├─ com.vladsch.plugin.test.util.cases.CodeInsightFixtureSpecTestCase.class - [JAR]
├─ com.vladsch.plugin.test.util.cases.LightFixtureActionSpecTest.class - [JAR]
├─ com.vladsch.plugin.test.util.cases.LightFixtureIntentionSpecTest.class - [JAR]
├─ com.vladsch.plugin.test.util.cases.LightFixtureLineMarkerSpecTest.class - [JAR]
├─ com.vladsch.plugin.test.util.cases.SpecTest.class - [JAR]