< prev index next >

test/langtools/tools/javac/failover/CheckAttributedTree.java

Print this page
*** 404,11 ***
                          that.hasTag(VARDEF) ||
                          that.hasTag(METHODDEF) ||
                          that.hasTag(CLASSDEF);
              }
  
!             private final List<String> excludedFields = Arrays.asList("varargsElement", "targetType");
  
              void check(boolean ok, String label, Info self) {
                  if (!ok) {
                      if (gui) {
                          if (viewer == null)
--- 404,11 ---
                          that.hasTag(VARDEF) ||
                          that.hasTag(METHODDEF) ||
                          that.hasTag(CLASSDEF);
              }
  
!             private final List<String> excludedFields = Arrays.asList("varargsElement", "targetType", "factoryProduct");
  
              void check(boolean ok, String label, Info self) {
                  if (!ok) {
                      if (gui) {
                          if (viewer == null)
< prev index next >