test/tools/javap/output/RepeatingTypeAnnotations.java

changeset 1721
abd153854f16
parent 1643
1f8c28134ffc
child 1755
ddb4a2bfcd82
     1.1 --- a/test/tools/javap/output/RepeatingTypeAnnotations.java	Wed May 01 08:46:04 2013 -0700
     1.2 +++ b/test/tools/javap/output/RepeatingTypeAnnotations.java	Fri May 03 09:56:56 2013 -0700
     1.3 @@ -121,7 +121,7 @@
     1.4       */
     1.5  
     1.6      @TestCase
     1.7 -    @ignore // 8008082:missing type annotation for cast
     1.8 +    @ignore // 8008082: missing type annotation for cast
     1.9      public static class TC1 extends RepeatingTypeAnnotations {
    1.10          public TC1() {
    1.11              setSrc("    static String so = \"hello world\";",
    1.12 @@ -176,7 +176,7 @@
    1.13      }
    1.14  
    1.15      @TestCase
    1.16 -    @ignore // 8008082:missing type annotation for cast
    1.17 +    @ignore // 8008082: missing type annotation for cast
    1.18      public static class TC5 extends RepeatingTypeAnnotations {
    1.19          public TC5() {
    1.20              setSrc("    static String so = \"hello world\";",
    1.21 @@ -231,7 +231,7 @@
    1.22      }
    1.23  
    1.24      @TestCase
    1.25 -    @ignore // 8008082:missing type annotation for cast
    1.26 +    @ignore // 8008082: missing type annotation for cast
    1.27      public static class TC9 extends RepeatingTypeAnnotations {
    1.28          public TC9() {
    1.29              setSrc("    public Test(@A @A @A Object o, @A int i, long l) {",
    1.30 @@ -305,7 +305,7 @@
    1.31      }
    1.32  
    1.33      @TestCase
    1.34 -    @ignore // 8008082:missing type annotation for cast
    1.35 +    @ignore // 8008082: missing type annotation for cast
    1.36      public static class TC13 extends RepeatingTypeAnnotations {
    1.37          public TC13() {
    1.38              setSrc("    public @A @A @A String foo(@A @A @A Object o, @A int i, long l) {",

mercurial