Minor change in log

This commit is contained in:
Valentin Kipyatkov
2016-09-02 14:34:52 +03:00
parent 8fd9b4a87b
commit e1c1c5fb59
18 changed files with 49 additions and 49 deletions
@@ -78,7 +78,7 @@ class ExpressionsOfTypeProcessor(
is PsiMethod, is KtFunction -> fqName + "()"
is KtParameter -> {
val owner = element.ownerFunction?.let { logPresentation(it) } ?: element.parent.toString()
"parameter ${element.name} in $owner"
"parameter ${element.name} of $owner"
}
is KtDestructuringDeclaration -> element.entries.joinToString(", ", prefix = "(", postfix = ")") { it.text }
else -> fqName
@@ -2,6 +2,6 @@ Resolved java class to descriptor: JavaSAM
Searched references to JavaClass.takeSAM() in Kotlin files
Searched references to JavaSAM in java files
Searched references to pack.A
Used plain search of parameter a in A() in LocalSearchScope:
Used plain search of parameter a of A() in LocalSearchScope:
CLASS:A
{ val (x, y) = it }
@@ -12,5 +12,5 @@ Searched references to constructor in Kotlin files
Searched references to f1() in Kotlin files
Searched references to fun2 in Kotlin files
Searched references to fun3 in Kotlin files
Used plain search of parameter a in A() in LocalSearchScope:
Used plain search of parameter a of A() in LocalSearchScope:
CLASS:A
@@ -1,3 +1,3 @@
Searched references to A
Used plain search of parameter x in A() in LocalSearchScope:
Used plain search of parameter x of A() in LocalSearchScope:
CLASS:A
@@ -21,9 +21,9 @@ Searched references to h() in Kotlin files
Searched references to listOfA() in Kotlin files
Searched references to pack.A
Searched references to pack.X
Searched references to parameter p1 in test2() in Kotlin files
Searched references to parameter p2 in test2() in Kotlin files
Used plain search of parameter n in A() in LocalSearchScope:
Searched references to parameter p1 of test2() in Kotlin files
Searched references to parameter p2 of test2() in Kotlin files
Used plain search of parameter n of A() in LocalSearchScope:
CLASS:A
CLASS:X
FUN:ext1
@@ -2,5 +2,5 @@ Checked type of a
Resolved (x, y, z)
Searched references to A
Searched references to a in Kotlin files
Used plain search of parameter n in A() in LocalSearchScope:
Used plain search of parameter n of A() in LocalSearchScope:
CLASS:A
@@ -8,12 +8,12 @@ Searched references to C
Searched references to C.component1() in Kotlin files
Searched references to a in Kotlin files
Searched references to a1 in Kotlin files
Searched references to parameter a in B() in Kotlin files
Searched references to parameter b in f() in Kotlin files
Searched references to parameter c in f() in Kotlin files
Searched references to parameter a of B() in Kotlin files
Searched references to parameter b of f() in Kotlin files
Searched references to parameter c of f() in Kotlin files
Used plain search of C.component1() in LocalSearchScope:
CLASS:C
Used plain search of parameter a in B() in LocalSearchScope:
Used plain search of parameter a of B() in LocalSearchScope:
CLASS:B
Used plain search of parameter x in A() in LocalSearchScope:
Used plain search of parameter x of A() in LocalSearchScope:
CLASS:A
@@ -7,8 +7,8 @@ Searched references to Y
Searched references to Z1
Searched references to Z2
Searched references to f() in Kotlin files
Searched references to parameter z1 in g() in Kotlin files
Searched references to parameter z2 in g() in Kotlin files
Searched references to parameter z1 of g() in Kotlin files
Searched references to parameter z2 of g() in Kotlin files
Used plain search of component2() in LocalSearchScope:
CLASS:X
CLASS:Y
@@ -1,7 +1,7 @@
Checked type of parameter a in FOR
Checked type of parameter a of FOR
Resolved (x, y)
Resolved (x, y, z)
Searched references to A
Searched references to parameter a in FOR in Kotlin files
Used plain search of parameter n in A() in LocalSearchScope:
Searched references to parameter a of FOR in Kotlin files
Used plain search of parameter n of A() in LocalSearchScope:
CLASS:A
@@ -3,6 +3,6 @@ Resolved (x, y)
Resolved (x1, y1)
Searched references to A
Searched references to list in Kotlin files
Used plain search of parameter x in A() in LocalSearchScope:
Used plain search of parameter x of A() in LocalSearchScope:
CLASS:A
FUN:x
@@ -1,17 +1,17 @@
Searched references to A
Searched references to parameter p in foo() in Kotlin files
Searched references to parameter p in takeExtFun() in Kotlin files
Searched references to parameter p in takeFun1() in Kotlin files
Searched references to parameter p in takeFun2() in Kotlin files
Searched references to parameter p in takeFun3() in Kotlin files
Searched references to parameter p in takeFuns() in Kotlin files
Searched references to parameter p of foo() in Kotlin files
Searched references to parameter p of takeExtFun() in Kotlin files
Searched references to parameter p of takeFun1() in Kotlin files
Searched references to parameter p of takeFun2() in Kotlin files
Searched references to parameter p of takeFun3() in Kotlin files
Searched references to parameter p of takeFuns() in Kotlin files
Searched references to takeExtFun() in Kotlin files
Searched references to takeFun1() in Kotlin files
Searched references to takeFun2() in Kotlin files
Searched references to takeFun3() in Kotlin files
Searched references to takeFuns() in Kotlin files
Searched references to v in Kotlin files
Used plain search of parameter a in A() in LocalSearchScope:
Used plain search of parameter a of A() in LocalSearchScope:
CLASS:A
{ a, n -> val (x, y) = a!! }
{ val (x, y ) = it }
@@ -1,11 +1,11 @@
Checked type of y1()
Resolved (x1, y1)
Searched references to A
Searched references to parameter a in condition() in Kotlin files
Searched references to parameter a in x() in Kotlin files
Searched references to parameter a in y1() in Kotlin files
Searched references to parameter a in y2() in Kotlin files
Searched references to parameter a in y3() in Kotlin files
Used plain search of parameter n in A() in LocalSearchScope:
Searched references to parameter a of condition() in Kotlin files
Searched references to parameter a of x() in Kotlin files
Searched references to parameter a of y1() in Kotlin files
Searched references to parameter a of y2() in Kotlin files
Searched references to parameter a of y3() in Kotlin files
Used plain search of parameter n of A() in LocalSearchScope:
CLASS:A
{ val (x2, y2) = this }
@@ -2,11 +2,11 @@ Resolved (x, y)
Resolved b1 + b2
Searched references to A
Searched references to B
Searched references to parameter b1 in f() in Kotlin files
Searched references to parameter b2 in f() in Kotlin files
Searched references to parameter other in plus() in Kotlin files
Searched references to parameter b1 of f() in Kotlin files
Searched references to parameter b2 of f() in Kotlin files
Searched references to parameter other of plus() in Kotlin files
Searched references to plus() in Kotlin files
Used plain search of parameter x in A() in LocalSearchScope:
Used plain search of parameter x of A() in LocalSearchScope:
CLASS:A
Used plain search of plus() in LocalSearchScope:
CLASS:B
@@ -2,7 +2,7 @@ Resolved (a1, n1)
Resolved (a2, n2)
Resolved (a2, n2)
Searched references to A
Searched references to parameter a in A() in Kotlin files
Searched references to parameter a in f() in Kotlin files
Used plain search of parameter a in A() in LocalSearchScope:
Searched references to parameter a of A() in Kotlin files
Searched references to parameter a of f() in Kotlin files
Used plain search of parameter a of A() in LocalSearchScope:
CLASS:A
@@ -4,10 +4,10 @@ Searched references to A
Searched references to B
Searched references to a1 in Kotlin files
Searched references to b in Kotlin files
Searched references to parameter a in B() in Kotlin files
Searched references to parameter a in f() in Kotlin files
Searched references to parameter b in A() in Kotlin files
Used plain search of parameter a in B() in LocalSearchScope:
Searched references to parameter a of B() in Kotlin files
Searched references to parameter a of f() in Kotlin files
Searched references to parameter b of A() in Kotlin files
Used plain search of parameter a of B() in LocalSearchScope:
CLASS:B
Used plain search of parameter b in A() in LocalSearchScope:
Used plain search of parameter b of A() in LocalSearchScope:
CLASS:A
@@ -1,5 +1,5 @@
Searched references to A
Used plain search of parameter a in A() in LocalSearchScope:
Used plain search of parameter a of A() in LocalSearchScope:
CLASS:A
KtWhenEntry "else"
KtWhenEntry "is A"
+2 -2
View File
@@ -20,8 +20,8 @@ Searched references to A.plus() in Kotlin files
Searched references to A.plus() in Kotlin files
Searched references to a in Kotlin files
Searched references to a in Kotlin files
Searched references to parameter a in A.plus() in Kotlin files
Searched references to parameter a in A.plus() in Kotlin files
Searched references to parameter a of A.plus() in Kotlin files
Searched references to parameter a of A.plus() in Kotlin files
Used plain search of A.plus() in LocalSearchScope:
CLASS:A
Used plain search of A.plus() in LocalSearchScope:
@@ -1,3 +1,3 @@
Searched references to test.KotlinDataClass
Used plain search in LocalSearchScope:
CLASS:KotlinDataClass
Used plain search of parameter foo of KotlinDataClass() in LocalSearchScope:
CLASS:KotlinDataClass