From 61763737130f98dbcc493fda1b41d5d2a9ddc550 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Fri, 12 Jul 2019 20:17:39 +0300 Subject: [PATCH] Test data update for JavaWithGroovyInvoke since 183 --- .../JavaWithGroovyInvoke.log | 2 +- .../JavaWithGroovyInvoke.log.182 | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 idea/testData/findUsages/java/findJavaMethodUsages/JavaWithGroovyInvoke.log.182 diff --git a/idea/testData/findUsages/java/findJavaMethodUsages/JavaWithGroovyInvoke.log b/idea/testData/findUsages/java/findJavaMethodUsages/JavaWithGroovyInvoke.log index c3e8fcc1870..73fa9590ea7 100644 --- a/idea/testData/findUsages/java/findJavaMethodUsages/JavaWithGroovyInvoke.log +++ b/idea/testData/findUsages/java/findJavaMethodUsages/JavaWithGroovyInvoke.log @@ -8,7 +8,7 @@ Resolved o.methodWithType()() Resolved o.methodWithType()() Searched references to GroovyClass Searched references to GroovyClass.fieldWithType in non-Java files -Searched references to GroovyClass.methodWithType in non-Java files +Searched references to GroovyClass.methodWithType() in non-Java files Searched references to JavaWithGroovyInvoke_0 Searched references to JavaWithGroovyInvoke_0.OtherJavaClass Searched references to parameter c of f(c: JavaWithGroovyInvoke_0) in non-Java files diff --git a/idea/testData/findUsages/java/findJavaMethodUsages/JavaWithGroovyInvoke.log.182 b/idea/testData/findUsages/java/findJavaMethodUsages/JavaWithGroovyInvoke.log.182 new file mode 100644 index 00000000000..c3e8fcc1870 --- /dev/null +++ b/idea/testData/findUsages/java/findJavaMethodUsages/JavaWithGroovyInvoke.log.182 @@ -0,0 +1,16 @@ +Resolved c() +Resolved fieldWithType() +Resolved methodWithType() +Resolved o() +Resolved o() +Resolved o.methodNoType()() +Resolved o.methodWithType()() +Resolved o.methodWithType()() +Searched references to GroovyClass +Searched references to GroovyClass.fieldWithType in non-Java files +Searched references to GroovyClass.methodWithType in non-Java files +Searched references to JavaWithGroovyInvoke_0 +Searched references to JavaWithGroovyInvoke_0.OtherJavaClass +Searched references to parameter c of f(c: JavaWithGroovyInvoke_0) in non-Java files +Searched references to parameter o of foo(o: JavaWithGroovyInvoke_0.OtherJavaClass) in non-Java files +Searched references to parameter o of gr(o: GroovyClass) in non-Java files \ No newline at end of file