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 134648
Collapse All | Expand All

(-)src/org/eclipse/ui/internal/ide/IDEWorkbenchWindowAdvisor.java (+7 lines)
Lines 481-486 Link Here
481
                                catch(BundleException exception){
481
                                catch(BundleException exception){
482
                                    IDEWorkbenchPlugin.log("Failed to load feature", exception);//$NON-NLS-1$
482
                                    IDEWorkbenchPlugin.log("Failed to load feature", exception);//$NON-NLS-1$
483
                                }
483
                                }
484
                                finally {
485
                                	try {
486
										bundle.stop();
487
									} catch (BundleException ex) {
488
	                                    IDEWorkbenchPlugin.log("Failed to stop feature", ex);//$NON-NLS-1$
489
									}
490
                                }
484
							}
491
							}
485
                        }
492
                        }
486
                    }
493
                    }

Return to bug 134648