mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
disprefer *Impl classes in completion
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
public class Aaaaaaa {
|
||||
private final String aaa;
|
||||
|
||||
Aaaaaaa(Object aabbb) {
|
||||
Xx<caret>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class XxxImpl {}
|
||||
class Xxy {}
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
public class Aaaaaaa {
|
||||
private final String aaa;
|
||||
|
||||
Aaaaaaa(Object aabbb) {
|
||||
new Xx<caret>
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
class XxxImpl {}
|
||||
class Xxy {}
|
||||
-14
@@ -1,14 +0,0 @@
|
||||
package zzzzz;
|
||||
|
||||
public class Holder {
|
||||
{
|
||||
Foo foo = null;
|
||||
if (foo instanceof <caret>)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
interface Foo {}
|
||||
interface IFoo extends Foo {}
|
||||
abstract class Goo implements IFoo {}
|
||||
class Bar extends Goo {}
|
||||
Reference in New Issue
Block a user