Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 225309
Collapse All | Expand All

(-)src/org/eclipse/hyades/test/ui/internal/wizard/ReportWizard.java (-3 / +3 lines)
Lines 51-57 Link Here
51
 * 
51
 * 
52
 * @author  Paul E. Slauenwhite
52
 * @author  Paul E. Slauenwhite
53
 * @author  Patrick Nedelec
53
 * @author  Patrick Nedelec
54
 * @version March 14, 2008
54
 * @version April 2, 2008
55
 * @since   February 1, 2005
55
 * @since   February 1, 2005
56
 */
56
 */
57
public class ReportWizard extends HyadesWizard {
57
public class ReportWizard extends HyadesWizard {
Lines 111-118 Link Here
111
	                    wizardElement.setImageDescriptor(imageDescriptor);
111
	                    wizardElement.setImageDescriptor(imageDescriptor);
112
	                    wizardElems.add(wizardElement);
112
	                    wizardElems.add(wizardElement);
113
	                }
113
	                }
114
				} catch (RuntimeException e) {
114
				} catch (Exception e) {
115
					//if there's a problem with the wizard still process the other wizard extention points
115
					//if there's a problem with the wizard still process the other wizard extension points
116
		            UiPlugin.logError(e);
116
		            UiPlugin.logError(e);
117
				}
117
				}
118
                
118
                

Return to bug 225309