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 typeMigration-142.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.intellij.refactoring.typeMigration
├─ com.intellij.refactoring.typeMigration.TypeConversionDescriptor.class - [JAR]
├─ com.intellij.refactoring.typeMigration.TypeMigrationVariableTypeFixProvider.class - [JAR]
com.intellij.refactoring.typeMigration.rules
├─ com.intellij.refactoring.typeMigration.rules.AtomicConversionRule.class - [JAR]
├─ com.intellij.refactoring.typeMigration.rules.BoxingTypeConversionRule.class - [JAR]
├─ com.intellij.refactoring.typeMigration.rules.ElementToArrayConversionRule.class - [JAR]
├─ com.intellij.refactoring.typeMigration.rules.ListArrayConversionRule.class - [JAR]
├─ com.intellij.refactoring.typeMigration.rules.ThreadLocalConversionRule.class - [JAR]
com.intellij.refactoring.typeMigration.intentions
├─ com.intellij.refactoring.typeMigration.intentions.ChangeClassParametersIntention.class - [JAR]
├─ com.intellij.refactoring.typeMigration.intentions.ConvertFieldToAtomicIntention.class - [JAR]
├─ com.intellij.refactoring.typeMigration.intentions.ConvertFieldToThreadLocalIntention.class - [JAR]