[SCM] eclipse - Powerful IDE written in java - Debian package. branch, karmic, updated. bc1393ba4e18668300f2f0a5bb70617d408ce019

Niels Thykier nthykier-guest at alioth.debian.org
Sat Mar 27 21:58:33 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".

The branch, karmic has been updated
       via  bc1393ba4e18668300f2f0a5bb70617d408ce019 (commit)
       via  63644d8f19bae7bf0efbabf55a7f6461776bf6e5 (commit)
      from  51cf256b44f49470b190400e98aa162f73ca3b78 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bc1393ba4e18668300f2f0a5bb70617d408ce019
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Mar 27 22:57:49 2010 +0100

    Backported fix for a concurrency issue in JDT's preview calculation.
    [jdt-proposal-concurrency-issue.patch]

commit 63644d8f19bae7bf0efbabf55a7f6461776bf6e5
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Mar 27 22:56:33 2010 +0100

    Refreshed patch.
    
    Git-Dch: ignore

-----------------------------------------------------------------------

Summary of changes:
 .../patches/jdt-proposal-concurrency-issue.patch   |   21 ++++++++++++++++++++
 debian/patches/prevent-error-hiding.patch          |    2 +-
 debian/patches/series                              |    1 +
 3 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/debian/patches/jdt-proposal-concurrency-issue.patch b/debian/patches/jdt-proposal-concurrency-issue.patch
new file mode 100644
index 0000000..a1acea4
--- /dev/null
+++ b/debian/patches/jdt-proposal-concurrency-issue.patch
@@ -0,0 +1,21 @@
+Description: Backported a fix for a concurrentcy issue in JDT's preview calculation.
+Origin: backport, https://bugs.eclipse.org/bugs/show_bug.cgi?id=290805
+
+--- a/eclipse-3.5.1/plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/ChangeCorrectionProposal.java
++++ b/eclipse-3.5.1/plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/correction/proposals/ChangeCorrectionProposal.java
+@@ -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();
+ 		}
diff --git a/debian/patches/prevent-error-hiding.patch b/debian/patches/prevent-error-hiding.patch
index ef51ba3..a275e65 100644
--- a/debian/patches/prevent-error-hiding.patch
+++ b/debian/patches/prevent-error-hiding.patch
@@ -25,7 +25,7 @@ Origin: backport, https://bugs.eclipse.org/bugs/show_bug.cgi?id=283283
  import org.osgi.framework.BundleContext;
  import org.osgi.framework.BundleListener;
  
-@@ -108,18 +110,15 @@
+@@ -109,18 +110,15 @@
  				restoreMruList(memento);
  				reader.close();
  			} catch (IOException e) {
diff --git a/debian/patches/series b/debian/patches/series
index a0289af..7387620 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ java-proposal-hangs.patch
 jdt-compiler-gen-bug.patch
 speedup-source-lookup.patch
 prevent-error-hiding.patch
+jdt-proposal-concurrency-issue.patch


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list