Anonymous | Login | 2022-06-26 15:05 UTC | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0000359 | OMNeT++ | simulation kernel | public | 2011-06-17 15:59 | 2011-06-17 15:59 | ||||||||
Reporter | zbojthe | ||||||||||||
Assigned To | |||||||||||||
Priority | low | Severity | feature | Reproducibility | always | ||||||||
Status | new | Resolution | open | ||||||||||
Platform | OS | OS Version | |||||||||||
Product Version | 4.2b2 | ||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0000359: suggestion: add a getRequiredAttribute(attrName) function to cXMLElement class | ||||||||||||
Description | The "generate error when attribute is not exists" found more times in modules | ||||||||||||
Additional Information | .h: virtual const char *getRequiredAttribute(const char *attr) const; .cc: const char *cXMLElement::getRequiredAttribute(const char *attr) const { const char *s = getAttribute(attr); if (s == NULL) error("required attribute %s of <%s> missing at %s", attr, getTagName(), getSourceLocation()); return s; } | ||||||||||||
Tags | No tags attached. | ||||||||||||
Attached Files | |||||||||||||
![]() |
|||
Date Modified | Username | Field | Change |
2011-06-17 15:59 | zbojthe | New Issue |
Copyright © 2000 - 2022 MantisBT Team |