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 155325 Details for
Bug 290805
[quick fix] BadLocationException (race condition with preview calculation)
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]
Fix for R3_5_maintenance
290805_3.5.2_patch.txt (text/plain), 1.40 KB, created by
Markus Keller
on 2010-01-05 08:56:17 EST
(
hide
)
Description:
Fix for R3_5_maintenance
Filename:
MIME Type:
Creator:
Markus Keller
Created:
2010-01-05 08:56:17 EST
Size:
1.40 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.ui >Index: ui/org/eclipse/jdt/internal/ui/text/correction/proposals/ChangeCorrectionProposal.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/ChangeCorrectionProposal.java,v >retrieving revision 1.8 >diff -u -r1.8 ChangeCorrectionProposal.java >--- ui/org/eclipse/jdt/internal/ui/text/correction/proposals/ChangeCorrectionProposal.java 13 Feb 2009 07:26:28 -0000 1.8 >+++ ui/org/eclipse/jdt/internal/ui/text/correction/proposals/ChangeCorrectionProposal.java 5 Jan 2010 13:59:35 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2000, 2009 IBM Corporation and others. >+ * Copyright (c) 2000, 2010 IBM Corporation and others. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -259,7 +259,7 @@ > * @return returns the change for this proposal. > * @throws CoreException thrown when the change could not be created > */ >- public final Change getChange() throws CoreException { >+ public synchronized final Change getChange() throws CoreException { > if (fChange == null) { > fChange= createChange(); > }
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
Flags:
daniel_megert
:
review+
Actions:
View
|
Diff
Attachments on
bug 290805
: 155325