jar

com.github.adedayo.intellij.sdk : typeMigration

Maven & Gradle

Jul 13, 2015
2 stars

typeMigration · A packaging of the IntelliJ Community Edition typeMigration library. This is release number 1 of trunk branch 142.

Table Of Contents

Latest Version

Download com.github.adedayo.intellij.sdk : typeMigration JAR file - Latest Versions:

All Versions

Download com.github.adedayo.intellij.sdk : typeMigration JAR file - All Versions:

Version Vulnerabilities Size Updated
142.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]