Révision 984
| tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 984) | ||
|---|---|---|
| 173 | 173 |
if (parent != null) {
|
| 174 | 174 |
parent.addChild(this); |
| 175 | 175 |
} |
| 176 |
else {
|
|
| 177 |
Log.warning("The TXMResult " + this.getClass() + " was attached to no parent.");
|
|
| 178 |
} |
|
| 179 | 176 |
|
| 180 | 177 |
|
| 181 | 178 |
this.children = new ArrayList<TXMResult>(1); |
| ... | ... | |
| 220 | 217 |
// TODO Auto-generated catch block |
| 221 | 218 |
e.printStackTrace(); |
| 222 | 219 |
} |
| 220 |
|
|
| 221 |
|
|
| 222 |
// Log |
|
| 223 |
if(this.parent == null) {
|
|
| 224 |
Log.warning("Warning: the TXMResult of " + this.getClass() + " is attached to no parent. (uuid = " + this.getUUID() + ")");
|
|
| 225 |
} |
|
| 226 |
|
|
| 223 | 227 |
} |
| 224 | 228 |
|
| 225 | 229 |
public void setUserName(String name) {
|
Formats disponibles : Unified diff