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-24.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.android.tools.lint
├─ com.android.tools.lint.EcjParser.class - [JAR]
├─ com.android.tools.lint.ExternalAnnotationRepository.class - [JAR]
├─ com.android.tools.lint.HtmlReporter.class - [JAR]
├─ com.android.tools.lint.LintCliClient.class - [JAR]
├─ com.android.tools.lint.LintCliFlags.class - [JAR]
├─ com.android.tools.lint.LintCliXmlParser.class - [JAR]
├─ com.android.tools.lint.Main.class - [JAR]
├─ com.android.tools.lint.MultiProjectHtmlReporter.class - [JAR]
├─ com.android.tools.lint.Reporter.class - [JAR]
├─ com.android.tools.lint.TextReporter.class - [JAR]
├─ com.android.tools.lint.Warning.class - [JAR]
├─ com.android.tools.lint.XmlReporter.class - [JAR]