mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
fixed reloading output paths settings if 'inherit compiler output' is enabled
This commit is contained in:
@@ -283,13 +283,11 @@ public class CompilerModuleExtensionImpl extends CompilerModuleExtension {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!myInheritedCompilerOutput) {
|
||||
if (!vptrEqual(myCompilerOutputPointer, mySource.myCompilerOutputPointer)) {
|
||||
return true;
|
||||
}
|
||||
if (!vptrEqual(myCompilerOutputPathForTestsPointer, mySource.myCompilerOutputPathForTestsPointer)) {
|
||||
return true;
|
||||
}
|
||||
if (!vptrEqual(myCompilerOutputPointer, mySource.myCompilerOutputPointer)) {
|
||||
return true;
|
||||
}
|
||||
if (!vptrEqual(myCompilerOutputPathForTestsPointer, mySource.myCompilerOutputPathForTestsPointer)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return myExcludeOutput != mySource.myExcludeOutput;
|
||||
|
||||
Reference in New Issue
Block a user