mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
jps build: more accurately determine that target is completely dirty
Mark a target as completely dirty even if a custom filter was used (e.g. registered by JavaBuilderUtil.registerFilterToSkipMarkingAffectedFileDirty) provided that all files from the target were marked dirty.
This also fixes FieldPropertyTest.testConstantChainMultiModule which was broken after 507dd85f4d.
This commit is contained in:
-6
@@ -5,12 +5,6 @@ Compiling files:
|
||||
lib/src/y/Lib.java
|
||||
End of files
|
||||
Cleaning output files:
|
||||
out/production/lib/y/Lib.class
|
||||
End of files
|
||||
Compiling files:
|
||||
lib/src/y/Lib.java
|
||||
End of files
|
||||
Cleaning output files:
|
||||
out/test/lib/LibTest.class
|
||||
End of files
|
||||
Compiling files:
|
||||
|
||||
Reference in New Issue
Block a user