Révision 2646
| tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 2646) | ||
|---|---|---|
| 2528 | 2528 |
this.resetComputingState(); |
| 2529 | 2529 |
|
| 2530 | 2530 |
// console log |
| 2531 |
Log.info(NLS.bind(TXMCoreMessages.info_cancelingComputingOfP0P1, this.getName(), this.getClass().getSimpleName())); |
|
| 2531 |
String resultType = this.getResultType(); |
|
| 2532 |
if (resultType.isEmpty()) {
|
|
| 2533 |
resultType = this.getClass().getSimpleName(); |
|
| 2534 |
} |
|
| 2535 |
Log.info(NLS.bind(TXMCoreMessages.info_cancelingComputingOfP0P1, this.getName(), resultType)); |
|
| 2532 | 2536 |
|
| 2533 | 2537 |
if (e instanceof ThreadDeath) {
|
| 2534 | 2538 |
throw new InterruptedException("TXMResult computing thread stopped."); //$NON-NLS-1$
|
Formats disponibles : Unified diff