test/tools/javac/tree/SourceTreeScannerTest.java

changeset 1944
aa6c6f8b5622
parent 1757
529fb3ed5d2a
child 2525
2eb010b6cb22
     1.1 --- a/test/tools/javac/tree/SourceTreeScannerTest.java	Sat Aug 10 16:26:50 2013 +0100
     1.2 +++ b/test/tools/javac/tree/SourceTreeScannerTest.java	Sat Aug 10 16:29:26 2013 +0100
     1.3 @@ -140,13 +140,6 @@
     1.4                          // not part of public API
     1.5                          continue;
     1.6                      }
     1.7 -                    if (JCTree.JCNewArray.class.isAssignableFrom(tree.getClass())
     1.8 -                            && (f.getName().equals("annotations")
     1.9 -                                || f.getName().equals("dimAnnotations"))) {
    1.10 -                        // these fields are incorrectly missing from the public API
    1.11 -                        // (CR 6983297)
    1.12 -                        continue;
    1.13 -                    }
    1.14                      try {
    1.15                          //System.err.println("FIELD: " + f.getName());
    1.16                          reflectiveScan(f.get(tree));

mercurial