mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
spi binding: be ready for short names in handleRename (IDEA-164272)
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
bar.foo1.FooRunnable
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package bar.foo1;
|
||||
public class FooRunnable implements Runnable {
|
||||
public void run() {
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
bar.foo.FooRunnable
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package bar.f<caret>oo;
|
||||
public class FooRunnable implements Runnable {
|
||||
public void run() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user