Update jdt.core to S4_14_0_RC1
diff --git a/org.eclipse.jdt.core/antadapter/META-INF/eclipse.inf b/org.eclipse.jdt.core/antadapter/META-INF/eclipse.inf
index 125dc30..4dc37a0 100644
--- a/org.eclipse.jdt.core/antadapter/META-INF/eclipse.inf
+++ b/org.eclipse.jdt.core/antadapter/META-INF/eclipse.inf
@@ -1,3 +1,2 @@
-jarprocessor.exclude.sign=true
jarprocessor.exclude.children=true
-jarprocessor.exclude.pack=true
+jarprocessor.exclude.pack=true
\ No newline at end of file
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
index 6a83d2f..f80d48c 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/Scope.java
@@ -2748,6 +2748,10 @@
MethodScope methodScope = methodScope();
if (!methodScope.isInsideInitializer()){
// check method modifiers to see if deprecated
+ ReferenceContext ref = methodScope.referenceContext();
+ if (ref instanceof ModuleDeclaration) {
+ return ((ModuleDeclaration)ref).modifiers;
+ }
MethodBinding context = ((AbstractMethodDeclaration)methodScope.referenceContext).binding;
if (context != null)
return context.modifiers;
diff --git a/org.eclipse.jdt.core/forceQualifierUpdate.txt b/org.eclipse.jdt.core/forceQualifierUpdate.txt
index 0cc286a..12cc70d 100644
--- a/org.eclipse.jdt.core/forceQualifierUpdate.txt
+++ b/org.eclipse.jdt.core/forceQualifierUpdate.txt
@@ -5,3 +5,5 @@
Bug 408447 - compiler (log message) needs updating for copyright and bundle_qualifier
Several bundles changed and need to be touched
Bug 418646 - org.eclipse.jdt.core does not provide an artifact with classifier 'antadapter'Bug 436266 - Use RC3 (plus) version of JDT compiler to build RC4
+Bug 436266 - Use RC3 (plus) version of JDT compiler to build RC4
+Bug 551547 - The library org.eclipse.jdt.core.compiler.batch_*.jar should be signed
\ No newline at end of file