mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
do not delete output files corresponding to non-existing sources, if these outputs are already associated with existing sources from other modules that have been already compiled (example: moving some class to a dependent module with the same output root)
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
package com.ppp;
|
||||
|
||||
class Inner {
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
package com.ppp;
|
||||
|
||||
public class B {
|
||||
private Inner inner;
|
||||
}
|
||||
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package com.ppp;
|
||||
|
||||
class Inner {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user