View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0003419 | ITK | public | 2006-06-19 09:30 | 2010-10-28 15:53 | |||||
Reporter | Qi Duan | ||||||||
Assigned To | kentwilliams | ||||||||
Priority | low | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0003419: Wrong exception display comments | ||||||||
Description | In Examples/Iterators/ImageLinearIteratorWithIndex2.cxx, line 78, the display message should be "Error reading the image" instead of writing. ref: Reader4DType::Pointer reader4D = Reader4DType::New(); reader4D->SetFileName( argv[1] ); try { reader4D->Update(); } catch( itk::ExceptionObject & excp ) { std::cerr << "Error writing the image" << std::endl; std::cerr << excp << std::endl; return EXIT_FAILURE; } | ||||||||
Tags | No tags attached. | ||||||||
Resolution Date | |||||||||
Sprint | |||||||||
Sprint Status | backlog | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0022627) kentwilliams (developer) 2010-10-21 13:29 |
Fix is staged to be included in itk4 |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2010-10-21 11:54 | Hans Johnson | Assigned To | Lydia Ng => kentwilliams |
2010-10-21 13:29 | kentwilliams | Note Added: 0022627 | |
2010-10-28 15:53 | kentwilliams | Sprint Status | => backlog |
2010-10-28 15:53 | kentwilliams | Status | assigned => closed |
2010-10-28 15:53 | kentwilliams | Resolution | open => fixed |
2010-10-28 15:53 | kentwilliams | Description Updated |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |