120121122123124125126127128129130
catch (Exception e) { Logger.log(Logger.WARNING, e.getMessage()); } finally { if (model != null) { model.releaseFromRead(); } } if (file == null && fileString.startsWith("/")) { //$NON-NLS-1$ file = ResourcesPlugin.getWorkspace().getRoot().getFile(new Path(fileString)); }
409410411412413414415416417418419
} } } finally { if (model != null) model.releaseFromRead(); } } } return baselocation; }
930931932933934935936937938939940
} fAutoActivation = CompletionProposalComputerRegistry.getDefault().getActivator(fContentTypeID, fPartitionTypeID); } } finally { if(model != null) { model.releaseFromRead(); } } } } }
90919293949596979899100
} catch (CoreException e) { return STATUS_ERROR; } finally { model.releaseFromRead(); } } else { model.releaseFromRead(); }
949596979899100101102103104
finally { model.releaseFromRead(); } } else { model.releaseFromRead(); } } } if ((beforeModifiedFromJavaIO != afterModifiedFromJavaIO) || (beforeModifiedFromIFile != afterModifiedFromIFile)) {
6667686970717273747576
type = model.getContentTypeIdentifier(); } } finally { if (model != null) { model.releaseFromRead(); } } return type; }
156157158159160161162163164165166
finally { fJobPresenter= null; fJobSemanticHighlightings= null; fJobHighlightings= null; if (model != null) model.releaseFromRead(); synchronized (fReconcileLock) { fIsReconciling= false; } } }
929930931932933934935936937938939
709710711712713714715716717
catch (Exception e) { Logger.logException(e); } finally { if (sModel != null) sModel.releaseFromRead(); } } }
480481482483484485486487488