Révision 2576

tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 2576)
2336 2336
			return true;
2337 2337
		}
2338 2338
		
2339
		this.computing = true;
2340
		
2341
		
2342 2339
		// no changes to do
2343 2340
		// FIXME: SJ: we need to do do some actions even if the object is locked, eg. updating parameters, saving parameters, etc.
2344 2341
		// FIXME: MD: nope the parameters must not move and will be saved in the current state
......
2347 2344
			return true;
2348 2345
		}
2349 2346
		
2347
		this.computing = true;
2348
		
2350 2349
		Log.finest("*** TXMResult.compute(): " + this.getClass().getSimpleName() + ": starting computing process...");
2351 2350
		
2351
		
2352 2352
		// FIXME: SJ: see if this skipComputing tests is still useful? is it possible to directly return instead?
2353 2353
		// en fait voir ChartResult.compute() if(super.compute(monitor, true, false)), je pense que le prob vient du fait que si on retourne false dans TXMResult.compute() alors renderChart() ne
2354 2354
		// sera pas appelé
......
2397 2397
				// log
2398 2398
				if (!this.getComputingStartMessage().isEmpty()) {
2399 2399
					
2400
					// console log, only for visible result or if the log level is superior to info
2400
					// console log, only for visible result or if the log level is superior to info level
2401 2401
					if (this.isVisible() || Log.isLoggingFineLevel()) {
2402 2402
						Log.info(this.getComputingStartMessage());
2403 2403
					}

Formats disponibles : Unified diff