changeset 916:3ab7bb46c5c1

7019631: issues in test headers in b130 Summary: fix to test headers not containing correct bug ID Reviewed-by: jjg
author mcimadamore
date Wed, 23 Feb 2011 14:17:08 +0000
parents 015dc9a63efc
children 4b0491db73af
files test/tools/javac/AnonStaticMember_2.java test/tools/javac/InterfaceInInner.java test/tools/javac/QualifiedNew.java test/tools/javac/generics/6969184/T6969184.java
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/test/tools/javac/AnonStaticMember_2.java	Wed Feb 23 14:16:12 2011 +0000
+++ b/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/test/tools/javac/InterfaceInInner.java	Wed Feb 23 14:16:12 2011 +0000
+++ b/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/test/tools/javac/QualifiedNew.java	Wed Feb 23 14:16:12 2011 +0000
+++ b/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/test/tools/javac/generics/6969184/T6969184.java	Wed Feb 23 14:16:12 2011 +0000
+++ b/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