View | Details | Raw Unified | Return to bug 140750
Collapse All | Expand All

(-)model/org/eclipse/jdt/internal/core/JavaElement.java (+5 lines)
Lines 792-797 Link Here
792
					connection2.getJarFile().close();
792
					connection2.getJarFile().close();
793
				} catch(IOException e) {
793
				} catch(IOException e) {
794
					// ignore
794
					// ignore
795
				} catch(IllegalStateException e) {
796
					/*
797
					 * ignore. Can happen in case the stream.close() did close the jar file
798
					 * see https://bugs.eclipse.org/bugs/show_bug.cgi?id=140750
799
					 */
795
				}
800
				}
796
 			}
801
 			}
797
		}
802
		}

Return to bug 140750