Rename jet -> kotlin in idea: refactoring, codeInsight
org.jetbrains.jet.plugin.* -> org.jetbrains.kotlin.idea.*
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
// MOVE: down
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
val x = foo(
|
||||
<caret>a,
|
||||
b,
|
||||
c
|
||||
)
|
||||
)
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
// MOVE: down
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
val x = foo(
|
||||
b,
|
||||
<caret>a,
|
||||
c
|
||||
)
|
||||
)
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
// MOVE: down
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
val x = foo(
|
||||
b,
|
||||
<caret>a,
|
||||
c
|
||||
)
|
||||
)
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
// MOVE: down
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
val x = foo(
|
||||
b,
|
||||
c,
|
||||
<caret>a
|
||||
)
|
||||
)
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
// MOVE: down
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
// IS_APPLICABLE: false
|
||||
val x = foo(
|
||||
b,
|
||||
c,
|
||||
<caret>a
|
||||
)
|
||||
)
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
// MOVE: up
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
val x = foo(
|
||||
b,
|
||||
c,
|
||||
<caret>a
|
||||
)
|
||||
)
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
// MOVE: up
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
val x = foo(
|
||||
b,
|
||||
<caret>a,
|
||||
c
|
||||
)
|
||||
)
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
// MOVE: up
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
val x = foo(
|
||||
b,
|
||||
<caret>a,
|
||||
c
|
||||
)
|
||||
)
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
// MOVE: up
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
val x = foo(
|
||||
<caret>a,
|
||||
b,
|
||||
c
|
||||
)
|
||||
)
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
// MOVE: up
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
// IS_APPLICABLE: false
|
||||
val x = foo(
|
||||
<caret>a,
|
||||
b,
|
||||
c
|
||||
)
|
||||
)
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// MOVE: down
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
class A {
|
||||
fun foo<T,
|
||||
U,
|
||||
@@ -13,4 +13,4 @@ class A {
|
||||
class B {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// MOVE: down
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
class A {
|
||||
fun foo<T,
|
||||
U,
|
||||
@@ -13,4 +13,4 @@ class A {
|
||||
class B {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// MOVE: down
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
class A {
|
||||
fun foo<T,
|
||||
U,
|
||||
@@ -13,4 +13,4 @@ class A {
|
||||
class B {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// MOVE: down
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
class A {
|
||||
fun foo<T,
|
||||
U,
|
||||
@@ -13,4 +13,4 @@ class A {
|
||||
class B {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// MOVE: up
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
class A {
|
||||
fun foo<T,
|
||||
U,
|
||||
@@ -13,4 +13,4 @@ class A {
|
||||
class B {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// MOVE: up
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
class A {
|
||||
fun foo<T,
|
||||
U,
|
||||
@@ -13,4 +13,4 @@ class A {
|
||||
class B {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// MOVE: up
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
class A {
|
||||
fun foo<T,
|
||||
U,
|
||||
@@ -13,4 +13,4 @@ class A {
|
||||
class B {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// MOVE: up
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
class A {
|
||||
fun foo<T,
|
||||
U,
|
||||
@@ -13,4 +13,4 @@ class A {
|
||||
class B {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// MOVE: down
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
// IS_APPLICABLE: false
|
||||
class A {
|
||||
fun foo<T,
|
||||
@@ -14,4 +14,4 @@ class A {
|
||||
class B {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
// MOVE: up
|
||||
// MOVER_CLASS: org.jetbrains.jet.plugin.codeInsight.upDownMover.JetExpressionMover
|
||||
// MOVER_CLASS: org.jetbrains.kotlin.idea.codeInsight.upDownMover.JetExpressionMover
|
||||
// IS_APPLICABLE: false
|
||||
class A {
|
||||
fun foo<T,
|
||||
@@ -14,4 +14,4 @@ class A {
|
||||
class B {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user