Révision 2734
tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 2734) | ||
---|---|---|
2454 | 2454 |
|
2455 | 2455 |
|
2456 | 2456 |
|
2457 |
if (!skipComputing) { |
|
2457 |
if (!skipComputing) { // this code block updates the internal variables of the TXMResult (dirtiness, dates, etc.)
|
|
2458 | 2458 |
|
2459 | 2459 |
// store last used parameters |
2460 | 2460 |
// this.updateLastParameters(); |
... | ... | |
2486 | 2486 |
this.altered = false; |
2487 | 2487 |
Log.finest("TXMResult.compute(): " + this.getClass().getSimpleName() + ": computing of result type " + this.getClass() + " done."); |
2488 | 2488 |
|
2489 |
// console log, only for visible result or if the log level is superior to info level |
|
2490 |
if (!this.getComputingDoneMessage().isEmpty() && (this.isVisible() || Log.isLoggingFineLevel())) { |
|
2491 |
Log.info(this.getComputingDoneMessage()); |
|
2492 |
} |
|
2489 | 2493 |
} |
2490 | 2494 |
|
2491 | 2495 |
|
... | ... | |
2554 | 2558 |
|
2555 | 2559 |
|
2556 | 2560 |
try { |
2557 |
// console log, only for visible result or if the log level is superior to info level |
|
2558 |
if (!skipComputing && !this.getComputingDoneMessage().isEmpty() && (this.isVisible() || Log.isLoggingFineLevel())) { |
|
2559 |
Log.info(this.getComputingDoneMessage()); |
|
2560 |
} |
|
2561 |
|
|
2561 |
// TODO see if later we can display the end of compute message here (only if it is the main result computed |
|
2562 | 2562 |
// monitor log |
2563 | 2563 |
mainSubMonitor.subTask(this.getComputingDoneMessage()); |
2564 | 2564 |
} |
Formats disponibles : Unified diff