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.AddBracesIntention
|
||||
org.jetbrains.kotlin.idea.intentions.AddBracesIntention
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.TestableReplaceBinaryInfixIntention
|
||||
org.jetbrains.kotlin.idea.intentions.TestableReplaceBinaryInfixIntention
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.TestableReplaceContainsIntention
|
||||
org.jetbrains.kotlin.idea.intentions.TestableReplaceContainsIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.TestableReplaceGetIntention
|
||||
org.jetbrains.kotlin.idea.intentions.TestableReplaceGetIntention
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.TestableReplaceInvokeIntention
|
||||
org.jetbrains.kotlin.idea.intentions.TestableReplaceInvokeIntention
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.TestableReplaceUnaryPrefixIntention
|
||||
org.jetbrains.kotlin.idea.intentions.TestableReplaceUnaryPrefixIntention
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ConvertAssertToIfWithThrowIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ConvertAssertToIfWithThrowIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ConvertIfWithThrowToAssertIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ConvertIfWithThrowToAssertIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ConvertNegatedBooleanSequenceIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ConvertNegatedBooleanSequenceIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ConvertNegatedExpressionWithDemorgansLawIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ConvertNegatedExpressionWithDemorgansLawIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ConvertToBlockBodyAction
|
||||
org.jetbrains.kotlin.idea.intentions.ConvertToBlockBodyAction
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ConvertToConcatenatedStringIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ConvertToConcatenatedStringIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ConvertToExpressionBodyAction
|
||||
org.jetbrains.kotlin.idea.intentions.ConvertToExpressionBodyAction
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ConvertToForEachFunctionCallIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ConvertToForEachFunctionCallIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ConvertToForEachLoopIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ConvertToForEachLoopIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ConvertToStringTemplateIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ConvertToStringTemplateIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.declarations.ConvertMemberToExtension
|
||||
org.jetbrains.kotlin.idea.intentions.declarations.ConvertMemberToExtension
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.declarations.SplitPropertyDeclarationIntention
|
||||
org.jetbrains.kotlin.idea.intentions.declarations.SplitPropertyDeclarationIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.InsertCurlyBracesToTemplateIntention
|
||||
org.jetbrains.kotlin.idea.intentions.InsertCurlyBracesToTemplateIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.InsertExplicitTypeArguments
|
||||
org.jetbrains.kotlin.idea.intentions.InsertExplicitTypeArguments
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.InvertIfConditionIntention
|
||||
org.jetbrains.kotlin.idea.intentions.InvertIfConditionIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.MakeTypeExplicitInLambdaIntention
|
||||
org.jetbrains.kotlin.idea.intentions.MakeTypeExplicitInLambdaIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.MakeTypeImplicitInLambdaIntention
|
||||
org.jetbrains.kotlin.idea.intentions.MakeTypeImplicitInLambdaIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.MoveLambdaInsideParenthesesIntention
|
||||
org.jetbrains.kotlin.idea.intentions.MoveLambdaInsideParenthesesIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.MoveLambdaOutsideParenthesesIntention
|
||||
org.jetbrains.kotlin.idea.intentions.MoveLambdaOutsideParenthesesIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.OperatorToFunctionIntention
|
||||
org.jetbrains.kotlin.idea.intentions.OperatorToFunctionIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ReconstructTypeInCastOrIsAction
|
||||
org.jetbrains.kotlin.idea.intentions.ReconstructTypeInCastOrIsAction
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.RemoveBracesIntention
|
||||
org.jetbrains.kotlin.idea.intentions.RemoveBracesIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.RemoveCurlyBracesFromTemplateIntention
|
||||
org.jetbrains.kotlin.idea.intentions.RemoveCurlyBracesFromTemplateIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.RemoveExplicitTypeArguments
|
||||
org.jetbrains.kotlin.idea.intentions.RemoveExplicitTypeArguments
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.RemoveUnnecessaryParenthesesIntention
|
||||
org.jetbrains.kotlin.idea.intentions.RemoveUnnecessaryParenthesesIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ReplaceExplicitFunctionLiteralParamWithItIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ReplaceExplicitFunctionLiteralParamWithItIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ReplaceItWithExplicitFunctionLiteralParamIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ReplaceItWithExplicitFunctionLiteralParamIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ReplaceWithDotQualifiedMethodCallIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ReplaceWithDotQualifiedMethodCallIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.TestableReplaceWithInfixFunctionCallIntention
|
||||
org.jetbrains.kotlin.idea.intentions.TestableReplaceWithInfixFunctionCallIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ReplaceWithOperatorAssignIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ReplaceWithOperatorAssignIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.ReplaceWithTraditionalAssignmentIntention
|
||||
org.jetbrains.kotlin.idea.intentions.ReplaceWithTraditionalAssignmentIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.SimplifyBooleanWithConstantsIntention
|
||||
org.jetbrains.kotlin.idea.intentions.SimplifyBooleanWithConstantsIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.SimplifyNegatedBinaryExpressionIntention
|
||||
org.jetbrains.kotlin.idea.intentions.SimplifyNegatedBinaryExpressionIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.SpecifyTypeExplicitlyAction
|
||||
org.jetbrains.kotlin.idea.intentions.SpecifyTypeExplicitlyAction
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.SplitIfIntention
|
||||
org.jetbrains.kotlin.idea.intentions.SplitIfIntention
|
||||
|
||||
@@ -1 +1 @@
|
||||
org.jetbrains.jet.plugin.intentions.SwapBinaryExpression
|
||||
org.jetbrains.kotlin.idea.intentions.SwapBinaryExpression
|
||||
|
||||
Reference in New Issue
Block a user