update jdt.core and .tests to 11dd8a99a088c0f8f708fce4ca2ab2a6381f554a
diff --git a/org.eclipse.jdt.core/.options b/org.eclipse.jdt.core/.options
index 07b4305..3a18809 100644
--- a/org.eclipse.jdt.core/.options
+++ b/org.eclipse.jdt.core/.options
@@ -22,6 +22,15 @@
 # Reports failures during classpath variable initialization, and classpath container resolution
 org.eclipse.jdt.core/debug/cpresolution/failure=false
 
+# Reports bad node nesting in DOM AST
+org.eclipse.jdt.core/debug/dom/ast=false
+
+# Throws an exception in case of bad node nesting in DOM AST
+org.eclipse.jdt.core/debug/dom/ast/throw=false
+
+# Reports type errors when using ASTRewrite
+org.eclipse.jdt.core/debug/dom/rewrite=false
+
 # Report type hierarchy connections, refreshes and deltas
 org.eclipse.jdt.core/debug/hierarchy=false