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 scalafix-reflect_2.13.2-0.9.17.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
scalafix.v1
├─ scalafix.v1.RuleDecoder.class - [JAR]
scalafix.reflect
├─ scalafix.reflect.ScalafixReflect.class - [JAR]
scalafix.internal.reflect
├─ scalafix.internal.reflect.ClasspathOps.class - [JAR]
├─ scalafix.internal.reflect.GitHubUrlRule.class - [JAR]
├─ scalafix.internal.reflect.RuleCompiler.class - [JAR]
├─ scalafix.internal.reflect.RuleDecoderOps.class - [JAR]
├─ scalafix.internal.reflect.RuleInstrumentation.class - [JAR]
├─ scalafix.internal.reflect.ScalafixToolbox.class - [JAR]
scalafix.internal.v0
├─ scalafix.internal.v0.LegacyInMemorySemanticdbIndex.class - [JAR]