Ticket #1571 (closed: fixed)
Catch exceptions by reference
Reported by: | Michael Reuter | Owned by: | Michael Reuter |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 26 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Janik Zikovsky |
Description
Catching exceptions by reference is good programming practice (see Item 13, More Effective C++ by Scott Meyers). It will also quiet those annoying warnings from Eclipse.
Change History
comment:1 Changed 10 years ago by Nick Draper
- Owner set to Sofia Antony
- Status changed from new to assigned
comment:2 Changed 10 years ago by Michael Reuter
- Status changed from assigned to accepted
- Owner changed from Sofia Antony to Michael Reuter
- Component set to Mantid
comment:7 Changed 10 years ago by Michael Reuter
- Status changed from accepted to verify
- Resolution set to fixed
All complaints fixed.
comment:8 Changed 10 years ago by Janik Zikovsky
- Status changed from verify to verifying
- Tester set to Janik Zikovsky
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 2418
Note: See
TracTickets for help on using
tickets.
Please also send out a message to Mantid-developers@… reminding everyone of best practice
Examples in