mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Mark as 'deleted' all non-existent paths obtained from dependency caches. This will automatically clean stale non-existent paths from dependency data in situations when deleted paths info for build targets is lost or not available (fixes problem when old target caches are lost and non-existing files from dependency caches are sent to compilation: IDEA-185750)
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
Compiling files:
|
||||
moduleB/src/ppp/Impl1.java
|
||||
End of files
|
||||
Cleaning output files:
|
||||
out/production/moduleA/ppp/Iface.class
|
||||
End of files
|
||||
Compiling files:
|
||||
moduleA/src/ppp/Iface.java
|
||||
End of files
|
||||
Cleaning output files:
|
||||
out/production/moduleB_renamed/ppp/Impl1.class
|
||||
End of files
|
||||
Compiling files:
|
||||
moduleB/src/ppp/Impl1.java
|
||||
End of files
|
||||
Reference in New Issue
Block a user