Rename jet -> kotlin in idea: intentions
org.jetbrains.jet.plugin.intentions -> org.jetbrains.kotlin.idea.intentions
This commit is contained in:
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.DoubleBangToIfThenIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.DoubleBangToIfThenIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.ElvisToIfThenIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.ElvisToIfThenIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.FoldIfToAssignmentIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.FoldIfToAssignmentIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.FoldIfToReturnIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.FoldIfToReturnIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.FoldIfToReturnAsymmetricallyIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.FoldIfToReturnAsymmetricallyIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.FoldWhenToAssignmentIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.FoldWhenToAssignmentIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.FoldWhenToReturnIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.FoldWhenToReturnIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.IfThenToDoubleBangIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.IfThenToDoubleBangIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.IfThenToElvisIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.IfThenToElvisIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.IfThenToSafeAccessIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.IfThenToSafeAccessIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.IfToWhenIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.IfToWhenIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.WhenToIfIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.WhenToIfIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.SafeAccessToIfThenIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.SafeAccessToIfThenIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.UnfoldAssignmentToIfIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.UnfoldAssignmentToIfIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.UnfoldAssignmentToWhenIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.UnfoldAssignmentToWhenIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.UnfoldPropertyToIfIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.UnfoldPropertyToIfIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.UnfoldPropertyToWhenIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.UnfoldPropertyToWhenIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.UnfoldReturnToIfIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.UnfoldReturnToIfIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.UnfoldReturnToWhenIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.UnfoldReturnToWhenIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.EliminateWhenSubjectIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.EliminateWhenSubjectIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.FlattenWhenIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.FlattenWhenIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.IntroduceWhenSubjectIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.IntroduceWhenSubjectIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.branchedTransformations.intentions.MergeWhenIntention
|
||||
org.jetbrains.kotlin.idea.intentions.branchedTransformations.intentions.MergeWhenIntention
|
||||
|
||||
Reference in New Issue
Block a user