MantisBT - IGSTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010801 | IGSTK | IGSTK | public | 2010-06-07 21:55 | 2010-06-07 21:55 |
| Reporter | Jake McIvor | ||||
| Assigned To | Patrick Cheng | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Platform | OS | OS Version | |||
| Summary | 0010801: Exception if first tool in Polaris Hybrid Configuration file is wireless | ||||
| Description | A file format exception, "Specified physical port number is invalid." is thrown if the first tool in the configuration file is a wireless tool. | ||||
| Steps To Reproduce | |||||
| Additional Information | In PolarisHybridConfigurationXMLFileReader (1.1), m_HaveCurrentControlBoxPort is not initialized. Since it is true by default, the first tool in the file is dynamically cast as a wired tool irregardless of whether a <control_box_port> tag is found. Initializing m_HaveCurrentControlBoxPort to false in the constructor should solve the issue. The other data member, m_CurrentSromFileName, should probably be initialized as well. | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-06-07 21:55 | Jake McIvor | New Issue | |||
| 2010-06-07 21:55 | Jake McIvor | Status | new => assigned | ||
| 2010-06-07 21:55 | Jake McIvor | Assigned To | => Patrick Cheng | ||
| There are no notes attached to this issue. |