Révision 1108
tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 1108) | ||
---|---|---|
1684 | 1684 |
// TODO where do we put this parent compute ? :o |
1685 | 1685 |
// if (parent != null && !parent.getHasBeenComputedOnce()) { // parent must be computed at least one time |
1686 | 1686 |
// SJ: other way, test the object itself |
1687 |
if (parent != null && !(parent instanceof Project)) {
|
|
1687 |
if (this.parent != null && !(this.parent instanceof Project)) {
|
|
1688 | 1688 |
if (!this.parent.compute(monitor, false, updateLastParameters)) { |
1689 | 1689 |
Log.severe("TXMResult.compute(): " + this.getClass().getSimpleName() + ": failed to compute parent result."); |
1690 | 1690 |
|
Formats disponibles : Unified diff