7019631: issues in test headers in b130
authormcimadamore
Wed, 23 Feb 2011 14:17:08 +0000
changeset 8611 316231b590b6
parent 8610 62e3274feecc
child 8612 1512fadfa26c
7019631: issues in test headers in b130 Summary: fix to test headers not containing correct bug ID Reviewed-by: jjg
langtools/test/tools/javac/AnonStaticMember_2.java
langtools/test/tools/javac/InterfaceInInner.java
langtools/test/tools/javac/QualifiedNew.java
langtools/test/tools/javac/generics/6969184/T6969184.java
--- a/langtools/test/tools/javac/AnonStaticMember_2.java	Wed Feb 23 14:16:12 2011 +0000
+++ b/langtools/test/tools/javac/AnonStaticMember_2.java	Wed Feb 23 14:17:08 2011 +0000
@@ -1,6 +1,6 @@
 /*
  * @test  /nodynamiccopyright/
- * @bug 4279339
+ * @bug 4279339 6969184
  * @summary Verify that an anonymous class cannot contain a static method.
  * @author maddox
  *
--- a/langtools/test/tools/javac/InterfaceInInner.java	Wed Feb 23 14:16:12 2011 +0000
+++ b/langtools/test/tools/javac/InterfaceInInner.java	Wed Feb 23 14:17:08 2011 +0000
@@ -1,6 +1,6 @@
 /*
  * @test  /nodynamiccopyright/
- * @bug 4063740
+ * @bug 4063740 6969184
  * @summary Interfaces may only be declared in top level classes.
  * @author turnidge
  *
--- a/langtools/test/tools/javac/QualifiedNew.java	Wed Feb 23 14:16:12 2011 +0000
+++ b/langtools/test/tools/javac/QualifiedNew.java	Wed Feb 23 14:17:08 2011 +0000
@@ -1,6 +1,6 @@
 /*
  * @test  /nodynamiccopyright/
- * @bug 4406966
+ * @bug 4406966 6969184
  * @summary null qualifying inner instance creation should be error.
  * @author gafter
  *
--- a/langtools/test/tools/javac/generics/6969184/T6969184.java	Wed Feb 23 14:16:12 2011 +0000
+++ b/langtools/test/tools/javac/generics/6969184/T6969184.java	Wed Feb 23 14:17:08 2011 +0000
@@ -1,6 +1,6 @@
 /*
  * @test /nodynamiccopyright/
- * @bug 6956758
+ * @bug 6969184
  *
  * @summary  poor error recovery after symbol not found
  * @author Maurizio Cimadamore