Rename jet -> kotlin in idea: refactoring, codeInsight

org.jetbrains.jet.plugin.* -> org.jetbrains.kotlin.idea.*
This commit is contained in:
Alexander Udalov
2015-01-12 17:37:45 +03:00
parent fe544eaf71
commit 044f7b6156
228 changed files with 692 additions and 750 deletions
@@ -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
)
)
@@ -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
)
)
@@ -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
)
)
@@ -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
)
)
@@ -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
)
)
@@ -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
)
)
@@ -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
)
)
@@ -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
)
)
@@ -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
)
)
@@ -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
)
)
@@ -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 {
}
}
}
@@ -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 {
}
}
}
@@ -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 {
}
}
}
@@ -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 {
}
}
}
@@ -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 {
}
}
}
@@ -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 {
}
}
}
@@ -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 {
}
}
}
@@ -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 {
}
}
}
@@ -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 {
}
}
}
@@ -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 {
}
}
}
@@ -21,7 +21,7 @@ class A {
}
protected fun getDimensionServiceKey(): String {
return "#org.jetbrains.jet.plugin.refactoring.safeDelete.KotlinOverridingDialog"
return "#org.jetbrains.kotlin.idea.refactoring.safeDelete.KotlinOverridingDialog"
}
public fun getSelected(): ArrayList<UsageInfo> {
@@ -25,7 +25,7 @@ class A {
@Override
protected String getDimensionServiceKey() {
return "#org.jetbrains.jet.plugin.refactoring.safeDelete.KotlinOverridingDialog";
return "#org.jetbrains.kotlin.idea.refactoring.safeDelete.KotlinOverridingDialog";
}
public ArrayList<UsageInfo> getSelected() {
@@ -37,4 +37,4 @@ class A {
}
return result;
}</selection>
}
}