java completion: make recursion weigher less important than by-kind, because now it can lead to very unexpected sorting

This commit is contained in:
peter
2014-02-04 15:27:15 +01:00
parent 528f460761
commit 9c67ca6170
4 changed files with 7 additions and 19 deletions
@@ -1,9 +0,0 @@
public class Aaaaaaa {
private final String aaa;
Aaaaaaa(Object aabbb) {
aaa = "";
aaa = true ? null : aa<caret>
}
}