mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
SPI: rename of containing class/package
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
foo.Test1
|
||||
@@ -0,0 +1,5 @@
|
||||
package foo;
|
||||
public class Test1 implements Runnable {
|
||||
public void run() {
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
foo.Test
|
||||
@@ -0,0 +1,5 @@
|
||||
package foo;
|
||||
public class T<caret>est implements Runnable {
|
||||
public void run() {
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
foo.Test1$FooRunnable
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
package foo;
|
||||
public class Test1 {
|
||||
public static class FooRunnable implements Runnable {
|
||||
public void run() {
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
foo.Test$FooRunnable
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
package foo;
|
||||
public class T<caret>est{
|
||||
public static class FooRunnable implements Runnable {
|
||||
public void run() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user