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 lint-tests-25.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.android.tools.lint.checks.infrastructure
├─ com.android.tools.lint.checks.infrastructure.BaseLintDetectorTest.class - [JAR]
├─ com.android.tools.lint.checks.infrastructure.GradleModelMocker.class - [JAR]
├─ com.android.tools.lint.checks.infrastructure.LintDetectorTest.class - [JAR]
├─ com.android.tools.lint.checks.infrastructure.ProjectDescription.class - [JAR]
├─ com.android.tools.lint.checks.infrastructure.TestConfiguration.class - [JAR]
├─ com.android.tools.lint.checks.infrastructure.TestFile.class - [JAR]
├─ com.android.tools.lint.checks.infrastructure.TestFiles.class - [JAR]
├─ com.android.tools.lint.checks.infrastructure.TestLintClient.class - [JAR]
├─ com.android.tools.lint.checks.infrastructure.TestLintResult.class - [JAR]
├─ com.android.tools.lint.checks.infrastructure.TestLintTask.class - [JAR]
├─ com.android.tools.lint.checks.infrastructure.TestResourceProvider.class - [JAR]