More information in log
This commit is contained in:
+2
-1
@@ -75,7 +75,8 @@ class ExpressionsOfTypeProcessor(
|
||||
val fqName = element.getKotlinFqName()?.asString()
|
||||
?: (element as? KtNamedDeclaration)?.name
|
||||
return when (element) {
|
||||
is PsiMethod, is KtFunction -> fqName + "()"
|
||||
is PsiMethod -> fqName + element.parameterList.text
|
||||
is KtFunction -> fqName + element.valueParameterList!!.text
|
||||
is KtParameter -> {
|
||||
val owner = element.ownerFunction?.let { logPresentation(it) } ?: element.parent.toString()
|
||||
"parameter ${element.name} of $owner"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Resolved java class to descriptor: JavaSAM
|
||||
Searched references to JavaClass.takeSAM() in Kotlin files
|
||||
Searched references to JavaClass.takeSAM(JavaSAM sam) in Kotlin files
|
||||
Searched references to JavaSAM in java files
|
||||
Searched references to pack.A
|
||||
Used plain search of parameter a of A() in LocalSearchScope:
|
||||
Used plain search of parameter a of A(val a: Int, val b: String) in LocalSearchScope:
|
||||
CLASS:A
|
||||
{ val (x, y) = it }
|
||||
|
||||
+1
-1
@@ -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 of A() in LocalSearchScope:
|
||||
Used plain search of parameter a of A(val a: Int, val b: Int) in LocalSearchScope:
|
||||
CLASS:A
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
Searched references to A
|
||||
Used plain search of parameter x of A() in LocalSearchScope:
|
||||
Used plain search of parameter x of A(val x: Int, val y: Int) 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 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:
|
||||
Searched references to parameter p1 of test2(p1: JavaClass2, p2: JavaClass3) in Kotlin files
|
||||
Searched references to parameter p2 of test2(p1: JavaClass2, p2: JavaClass3) in Kotlin files
|
||||
Used plain search of parameter n of A(val n: Int, val s: String, val o: Any) in LocalSearchScope:
|
||||
CLASS:A
|
||||
CLASS:X
|
||||
FUN:ext1
|
||||
|
||||
+1
-1
@@ -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 of A() in LocalSearchScope:
|
||||
Used plain search of parameter n of A(val n: Int, val s: String, val o: Any) in LocalSearchScope:
|
||||
CLASS:A
|
||||
+5
-5
@@ -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 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
|
||||
Searched references to parameter a of B(val a: A, val n: Int) in Kotlin files
|
||||
Searched references to parameter b of f(b: B, c: C) in Kotlin files
|
||||
Searched references to parameter c of f(b: B, c: C) in Kotlin files
|
||||
Used plain search of C.component1() in LocalSearchScope:
|
||||
CLASS:C
|
||||
Used plain search of parameter a of B() in LocalSearchScope:
|
||||
Used plain search of parameter a of B(val a: A, val n: Int) in LocalSearchScope:
|
||||
CLASS:B
|
||||
Used plain search of parameter x of A() in LocalSearchScope:
|
||||
Used plain search of parameter x of A(val x: Int, val y: Int, val z: String) in LocalSearchScope:
|
||||
CLASS:A
|
||||
+2
-2
@@ -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 of g() in Kotlin files
|
||||
Searched references to parameter z2 of g() in Kotlin files
|
||||
Searched references to parameter z1 of g(z1: Z1, z2: Z2) in Kotlin files
|
||||
Searched references to parameter z2 of g(z1: Z1, z2: Z2) in Kotlin files
|
||||
Used plain search of component2() in LocalSearchScope:
|
||||
CLASS:X
|
||||
CLASS:Y
|
||||
|
||||
@@ -3,5 +3,5 @@ Resolved (x, y)
|
||||
Resolved (x, y, z)
|
||||
Searched references to A
|
||||
Searched references to parameter a of FOR in Kotlin files
|
||||
Used plain search of parameter n of A() in LocalSearchScope:
|
||||
Used plain search of parameter n of A(val n: Int, val s: String, val o: Any) 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 of A() in LocalSearchScope:
|
||||
Used plain search of parameter x of A(val x: Int, val y: Int) in LocalSearchScope:
|
||||
CLASS:A
|
||||
FUN:x
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
Searched references to A
|
||||
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 parameter p of foo(p: A) in Kotlin files
|
||||
Searched references to parameter p of takeExtFun(p: A.() -> Unit) in Kotlin files
|
||||
Searched references to parameter p of takeFun1(p: (A) -> Unit) in Kotlin files
|
||||
Searched references to parameter p of takeFun2(p: ((A?, Int) -> Unit)?) in Kotlin files
|
||||
Searched references to parameter p of takeFun3(p: (List<A>) -> Unit) in Kotlin files
|
||||
Searched references to parameter p of takeFuns(p: MutableList<(A) -> Unit>) in Kotlin files
|
||||
Searched references to takeExtFun(p: A.() -> Unit) in Kotlin files
|
||||
Searched references to takeFun1(p: (A) -> Unit) in Kotlin files
|
||||
Searched references to takeFun2(p: ((A?, Int) -> Unit)?) in Kotlin files
|
||||
Searched references to takeFun3(p: (List<A>) -> Unit) in Kotlin files
|
||||
Searched references to takeFuns(p: MutableList<(A) -> Unit>) in Kotlin files
|
||||
Searched references to v in Kotlin files
|
||||
Used plain search of parameter a of A() in LocalSearchScope:
|
||||
Used plain search of parameter a of A(val a: Int, val b: Int) in LocalSearchScope:
|
||||
CLASS:A
|
||||
{ a, n -> val (x, y) = a!! }
|
||||
{ val (x, y ) = it }
|
||||
|
||||
+7
-7
@@ -1,11 +1,11 @@
|
||||
Checked type of y1()
|
||||
Checked type of y1(a: A)
|
||||
Resolved (x1, y1)
|
||||
Searched references to A
|
||||
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:
|
||||
Searched references to parameter a of condition(a: A) in Kotlin files
|
||||
Searched references to parameter a of x(a: A, b: Boolean, list: List<Int>) in Kotlin files
|
||||
Searched references to parameter a of y1(a: A) in Kotlin files
|
||||
Searched references to parameter a of y2(a: A) in Kotlin files
|
||||
Searched references to parameter a of y3(a: A) in Kotlin files
|
||||
Used plain search of parameter n of A(val n: Int, val s: String) in LocalSearchScope:
|
||||
CLASS:A
|
||||
{ val (x2, y2) = this }
|
||||
@@ -2,12 +2,12 @@ Resolved (x, y)
|
||||
Resolved b1 + b2
|
||||
Searched references to A
|
||||
Searched references to B
|
||||
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 of A() in LocalSearchScope:
|
||||
Searched references to parameter b1 of f(b1: B, b2: B) in Kotlin files
|
||||
Searched references to parameter b2 of f(b1: B, b2: B) in Kotlin files
|
||||
Searched references to parameter other of plus(other: B) in Kotlin files
|
||||
Searched references to plus(other: B) in Kotlin files
|
||||
Used plain search of parameter x of A(val x: Int, val y: Int) in LocalSearchScope:
|
||||
CLASS:A
|
||||
Used plain search of plus() in LocalSearchScope:
|
||||
Used plain search of plus(other: B) in LocalSearchScope:
|
||||
CLASS:B
|
||||
FUN:plus
|
||||
+3
-3
@@ -2,7 +2,7 @@ Resolved (a1, n1)
|
||||
Resolved (a2, n2)
|
||||
Resolved (a2, n2)
|
||||
Searched references to A
|
||||
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:
|
||||
Searched references to parameter a of A(val a: A?, val n: Int) in Kotlin files
|
||||
Searched references to parameter a of f(a: A) in Kotlin files
|
||||
Used plain search of parameter a of A(val a: A?, val n: Int) in LocalSearchScope:
|
||||
CLASS:A
|
||||
|
||||
+5
-5
@@ -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 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:
|
||||
Searched references to parameter a of B(val a: A?, val s: String) in Kotlin files
|
||||
Searched references to parameter a of f(a: A) in Kotlin files
|
||||
Searched references to parameter b of A(val b: B, val n: Int) in Kotlin files
|
||||
Used plain search of parameter a of B(val a: A?, val s: String) in LocalSearchScope:
|
||||
CLASS:B
|
||||
Used plain search of parameter b of A() in LocalSearchScope:
|
||||
Used plain search of parameter b of A(val b: B, val n: Int) in LocalSearchScope:
|
||||
CLASS:A
|
||||
@@ -1,5 +1,5 @@
|
||||
Searched references to A
|
||||
Used plain search of parameter a of A() in LocalSearchScope:
|
||||
Used plain search of parameter a of A(val a: Int, val b: Int) in LocalSearchScope:
|
||||
CLASS:A
|
||||
KtWhenEntry "else"
|
||||
KtWhenEntry "is A"
|
||||
|
||||
+1
-1
@@ -4,5 +4,5 @@ Resolved f(2)
|
||||
Resolved f(2)(2)
|
||||
Searched references to B
|
||||
Searched references to f() in Kotlin files
|
||||
Used plain search of B.invoke() in LocalSearchScope:
|
||||
Used plain search of B.invoke(i: Int) in LocalSearchScope:
|
||||
CLASS:B
|
||||
+8
-8
@@ -14,15 +14,15 @@ Resolved a += A(1)
|
||||
Resolved a += A(1)
|
||||
Searched references to A
|
||||
Searched references to A
|
||||
Searched references to A.plus() in Kotlin files
|
||||
Searched references to A.plus() in Kotlin files
|
||||
Searched references to A.plus() in Kotlin files
|
||||
Searched references to A.plus() in Kotlin files
|
||||
Searched references to A.plus(a: A) in Kotlin files
|
||||
Searched references to A.plus(a: A) in Kotlin files
|
||||
Searched references to A.plus(m: Int) in Kotlin files
|
||||
Searched references to A.plus(m: Int) in Kotlin files
|
||||
Searched references to a in Kotlin files
|
||||
Searched references to a 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:
|
||||
Searched references to parameter a of A.plus(a: A) in Kotlin files
|
||||
Searched references to parameter a of A.plus(a: A) in Kotlin files
|
||||
Used plain search of A.plus(a: A) in LocalSearchScope:
|
||||
CLASS:A
|
||||
Used plain search of A.plus() in LocalSearchScope:
|
||||
Used plain search of A.plus(m: Int) in LocalSearchScope:
|
||||
CLASS:A
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
Searched references to test.KotlinDataClass
|
||||
Used plain search of parameter foo of KotlinDataClass() in LocalSearchScope:
|
||||
Used plain search of parameter foo of KotlinDataClass(val foo: Int, val bar: String) in LocalSearchScope:
|
||||
CLASS:KotlinDataClass
|
||||
Reference in New Issue
Block a user