Finding class by class id instead of fq name in rename tests.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "JAVA_METHOD",
|
||||
"classFQN": "testing.rename.A",
|
||||
"classId": "testing/rename/A",
|
||||
"methodSignature": "void first()",
|
||||
"newName": "second"
|
||||
}
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "JAVA_METHOD",
|
||||
"classFQN": "testing.JavaClient.D",
|
||||
"classId": "testing/JavaClient.D",
|
||||
"methodSignature": "void first()",
|
||||
"newName": "second"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "KOTLIN_FUNCTION",
|
||||
"classFQN": "testing.rename.A",
|
||||
"classId": "testing/rename/A",
|
||||
"oldName": "first",
|
||||
"newName": "second",
|
||||
"comment": "KT-2836 Rename method with all its implementations"
|
||||
|
||||
Reference in New Issue
Block a user