From 2845ea857a1b37d685fa9ff0ea01b60ab01f5204 Mon Sep 17 00:00:00 2001 From: Alexey Tsvetkov Date: Wed, 20 Dec 2017 00:33:52 +0300 Subject: [PATCH] Explicitly request rebuild when untracked java file is removed Previously a rebuild was happenning because FileNotFoundException was thrown when getting psiFile of removed file. Original commit: ee94a6471895e7d16cf958d1040fda38e84a5b13 --- .../javaToKotlinAndRemove/gradle-build.log | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 jps/jps-plugin/testData/incremental/withJava/convertBetweenJavaAndKotlin/javaToKotlinAndRemove/gradle-build.log diff --git a/jps/jps-plugin/testData/incremental/withJava/convertBetweenJavaAndKotlin/javaToKotlinAndRemove/gradle-build.log b/jps/jps-plugin/testData/incremental/withJava/convertBetweenJavaAndKotlin/javaToKotlinAndRemove/gradle-build.log new file mode 100644 index 00000000000..614e199c270 --- /dev/null +++ b/jps/jps-plugin/testData/incremental/withJava/convertBetweenJavaAndKotlin/javaToKotlinAndRemove/gradle-build.log @@ -0,0 +1,14 @@ +================ Step #1 ================= + +Compiling files: + src/TheClass.kt + src/other.kt +End of files +Exit code: OK + +================ Step #2 ================= + +Compiling files: +End of files +Exit code: OK +