Révision 1530
| tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 1530) | ||
|---|---|---|
| 233 | 233 |
} |
| 234 | 234 |
|
| 235 | 235 |
if (parametersNodePath == null) {
|
| 236 |
if (this.getProject() != null) {
|
|
| 236 |
if (this.getProject() != null) {
|
|
| 237 | 237 |
parametersNodePath = this.getProject().getParametersNodeRootPath(); |
| 238 |
} else {
|
|
| 238 |
} |
|
| 239 |
else {
|
|
| 239 | 240 |
parametersNodePath = ""; |
| 240 | 241 |
} |
| 241 | 242 |
|
| ... | ... | |
| 243 | 244 |
this.parametersNodePath = parametersNodePath + createUUID() + "_" + this.getClass().getSimpleName(); //$NON-NLS-1$; |
| 244 | 245 |
try {
|
| 245 | 246 |
this.saveParameter(TBXPreferences.CREATION_DATE, ID_TIME_FORMAT.format(Calendar.getInstance().getTime())); |
| 246 |
} catch (Exception e) {
|
|
| 247 |
} |
|
| 248 |
catch (Exception e) {
|
|
| 247 | 249 |
// TODO Auto-generated catch block |
| 248 | 250 |
e.printStackTrace(); |
| 249 | 251 |
} |
| ... | ... | |
| 301 | 303 |
|
| 302 | 304 |
// Log |
| 303 | 305 |
if (this.parent == null) {
|
| 304 |
Log.finest("Warning: the TXMResult of " + this.getClass() + " is attached to no parent. (uuid = " + this.parametersNodePath + ")");//$NON-NLS-1$ //$NON-NLS-2$
|
|
| 306 |
Log.finest("Warning: the TXMResult of " + this.getClass() + " is attached to no parent. (uuid = " + this.parametersNodePath + ")"); //$NON-NLS-1$ //$NON-NLS-2$
|
|
| 305 | 307 |
} |
| 306 | 308 |
|
| 307 | 309 |
try {
|
Formats disponibles : Unified diff