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 scala3-migrate-rules_2.13-0.6.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
scala.tools.nsc.interactive
├─ scala.tools.nsc.interactive.GlobalProxyService.class - [JAR]
utils
├─ utils.CompilerService.class - [JAR]
├─ utils.ScalaExtensions.class - [JAR]
├─ utils.SyntheticHelper.class - [JAR]
scala.meta.internal.pc
├─ scala.meta.internal.pc.PrettyPrinter.class - [JAR]
migrate
├─ migrate.ExplicitImplicitsRule.class - [JAR]
├─ migrate.InferTypes.class - [JAR]
├─ migrate.MigrateRule.class - [JAR]