Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 55267 Details for
Bug 166421
Deadlock in SSE (JSPIndexManager Variety)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
proposed (workspace) patch
166421.patch (text/plain), 1.48 KB, created by
Nitin Dahyabhai
on 2006-12-07 13:55:30 EST
(
hide
)
Description:
proposed (workspace) patch
Filename:
MIME Type:
Creator:
Nitin Dahyabhai
Created:
2006-12-07 13:55:30 EST
Size:
1.48 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jst.jsp.core >Index: src/org/eclipse/jst/jsp/core/internal/java/search/JSPSearchDocument.java >=================================================================== >RCS file: /cvsroot/webtools/jst/components/jsp/plugins/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/java/search/JSPSearchDocument.java,v >retrieving revision 1.16 >diff -u -r1.16 JSPSearchDocument.java >--- src/org/eclipse/jst/jsp/core/internal/java/search/JSPSearchDocument.java 4 May 2006 04:57:08 -0000 1.16 >+++ src/org/eclipse/jst/jsp/core/internal/java/search/JSPSearchDocument.java 7 Dec 2006 18:53:05 -0000 >@@ -15,10 +15,12 @@ > import java.util.Iterator; > > import org.eclipse.core.resources.IFile; >+import org.eclipse.core.resources.IResource; > import org.eclipse.core.resources.IWorkspaceRoot; > import org.eclipse.core.resources.ResourcesPlugin; > import org.eclipse.core.runtime.CoreException; > import org.eclipse.core.runtime.IPath; >+import org.eclipse.core.runtime.NullProgressMonitor; > import org.eclipse.core.runtime.Path; > import org.eclipse.jdt.core.search.SearchParticipant; > import org.eclipse.jface.text.Position; >@@ -109,6 +111,7 @@ > // get existing model for read, then get document from it > IModelManager modelManager = getModelManager(); > if (modelManager != null) { >+ jspFile.refreshLocal(IResource.DEPTH_ZERO, new NullProgressMonitor()); > model = modelManager.getModelForRead(jspFile); > } > // handle unsupported
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 166421
: 55267