< prev index next >

test/langtools/tools/javac/diags/examples.not-yet.txt

Print this page
*** 55,10 ***
--- 55,11 ---
  compiler.misc.bad.enclosing.class                       # bad class file
  compiler.misc.bad.enclosing.method                      # bad class file
  compiler.misc.bad.runtime.invisible.param.annotations   # bad class file
  compiler.misc.bad.signature                             # bad class file
  compiler.misc.bad.requires.flag                         # bad class file
+ compiler.misc.bad.access.flags                          # bad class file
  compiler.misc.bad.utf8.byte.sequence.at                 # bad class file
  compiler.misc.bad.type.annotation.value
  compiler.misc.class.file.not.found                      # ClassReader
  compiler.misc.class.file.wrong.class
  compiler.misc.exception.message                         # uncommon completion failure based on a string

*** 139,11 ***
  compiler.warn.access.to.member.from.serializable.lambda # in order to generate it we need to modify a restricted package
  compiler.warn.invalid.path                              # this warning is generated only in Windows systems
  compiler.err.invalid.path                               # this error is generated only in Windows systems
  compiler.note.multiple.elements                         # needs user code
  compiler.err.preview.feature.disabled.classfile         # preview feature support: needs compilation against classfile
- compiler.warn.preview.feature.use                       # preview feature support: not generated currently
  compiler.warn.preview.feature.use.classfile             # preview feature support: needs compilation against classfile
  compiler.note.preview.plural.additional                 # preview feature support: diag test causes intermittent failures (see JDK-8201498)
  compiler.misc.bad.intersection.target.for.functional.expr  # currently not generated, should be removed?
  compiler.misc.not.an.intf.component
  compiler.warn.declared.using.preview                    # after making sealed classes a final feature there is no other
--- 140,10 ---

*** 209,10 ***
--- 209,11 ---
  compiler.warn.profile.target.conflict
  compiler.warn.source.target.conflict
  compiler.warn.target.default.source.conflict
  compiler.err.preview.not.latest
  compiler.err.preview.without.source.or.release
+ 
  compiler.misc.illegal.signature                               # the compiler can now detect more non-denotable types before class writing
  
  # this one needs a forged class file to be reproduced
  compiler.err.annotation.unrecognized.attribute.name
  

*** 220,5 ***
--- 221,10 ---
  compiler.warn.restricted.method
  
  # Pending removal
  compiler.note.implicit.annotation.processing
  compiler.warn.proc.use.proc.or.implicit
+ 
+ # Value Objects
+ compiler.misc.feature.value.classes
+ compiler.misc.feature.super.init                            # temporary as we are using statements before super in value classes
+ compiler.warn.preview.feature.use                           # temporary as we are using statements before super in value classes
< prev index next >