Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.jdt.compiler.apt/forceQualifierUpdate.txt1
-rw-r--r--org.eclipse.jdt.compiler.tool/forceQualifierUpdate.txt3
-rw-r--r--org.eclipse.jdt.core.tests.compiler/forceQualifierUpdate.txt2
3 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.apt/forceQualifierUpdate.txt b/org.eclipse.jdt.compiler.apt/forceQualifierUpdate.txt
index bcd0e06f7f..dc00afb1eb 100644
--- a/org.eclipse.jdt.compiler.apt/forceQualifierUpdate.txt
+++ b/org.eclipse.jdt.compiler.apt/forceQualifierUpdate.txt
@@ -1,3 +1,4 @@
# To force a version qualifier update, add the bug here
Bug 441790 - AnnotationValue.toString is creating incorrect and truncated text that cannot be used in source code
Bug 480835 - Failures in build due to changes not being picked up by tests
+Bug 534597 - Unanticipated comparator errors in I20180511-2000 \ No newline at end of file
diff --git a/org.eclipse.jdt.compiler.tool/forceQualifierUpdate.txt b/org.eclipse.jdt.compiler.tool/forceQualifierUpdate.txt
index 75db5aa161..196a2784ea 100644
--- a/org.eclipse.jdt.compiler.tool/forceQualifierUpdate.txt
+++ b/org.eclipse.jdt.compiler.tool/forceQualifierUpdate.txt
@@ -2,4 +2,5 @@
Bug 403352 - Update all parent versions to match our build stream
Bug 407853 - ECJ download misses legal file (about.html)
Bug 386901 - Eclipse does not pass all annotated classes to annotation processor
-Bug 407852 - ECJ source download is not correct \ No newline at end of file
+Bug 407852 - ECJ source download is not correct
+Bug 534597 - Unanticipated comparator errors in I20180511-2000 \ No newline at end of file
diff --git a/org.eclipse.jdt.core.tests.compiler/forceQualifierUpdate.txt b/org.eclipse.jdt.core.tests.compiler/forceQualifierUpdate.txt
new file mode 100644
index 0000000000..c997cd7c6c
--- /dev/null
+++ b/org.eclipse.jdt.core.tests.compiler/forceQualifierUpdate.txt
@@ -0,0 +1,2 @@
+# To force a version qualifier update, add the bug here
+Bug 534597 - Unanticipated comparator errors in I20180511-2000 \ No newline at end of file

Back to the top