Update comments : tried to improve comments for #770 (closed) CommentRequired, #882 (closed) UseNotifyAllInsteadOfNotify, #841 (closed) MissingBreakInSwitch and #905 (closed) CommentRequired
Add unhandled cases for #841 (closed) MissingBreakInSwitch :
- Modified helpers to handle all cases. Some of which were not handled before, such as : swich statements that contain return, continue and throw statements instead of break.
- Updated input file
missing-break-in-switch.xmi
which now contains switch cases with return, continue and throw statements.
Remove : duplicate measure declaration of MeasureStringToString
added in commit 872a2f2