< prev index next >

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

Print this page




  89 compiler.misc.token.long-integer
  90 compiler.misc.token.string
  91 compiler.misc.type.captureof
  92 compiler.misc.type.captureof.1
  93 compiler.misc.type.none
  94 compiler.misc.type.req.exact
  95 compiler.misc.unable.to.access.file                     # ClassFile
  96 compiler.misc.undecl.type.var                           # ClassReader
  97 compiler.misc.unicode.str.not.supported                 # ClassReader
  98 compiler.misc.user.selected.completion.failure          # manual completion failure
  99 compiler.misc.malformed.vararg.method                   # ClassReader
 100 compiler.misc.version.not.available                     # JavaCompiler; implies build error
 101 compiler.misc.where.description.captured
 102 compiler.misc.where.typevar.1
 103 compiler.misc.wrong.version                             # ClassReader
 104 compiler.warn.annotation.method.not.found               # ClassReader
 105 compiler.warn.annotation.method.not.found.reason        # ClassReader
 106 compiler.warn.big.major.version                         # ClassReader
 107 compiler.warn.future.attr                               # ClassReader
 108 compiler.warn.illegal.char.for.encoding
 109 compiler.warn.incubating.modules                        # requires adjusted classfile
 110 compiler.warn.invalid.archive.file
 111 compiler.warn.override.bridge
 112 compiler.warn.position.overflow                         # CRTable: caused by files with long lines >= 1024 chars
 113 compiler.warn.proc.type.already.exists                  # JavacFiler: just mentioned in TODO
 114 compiler.warn.unchecked.assign                          # DEAD, replaced by compiler.misc.unchecked.assign
 115 compiler.warn.unchecked.cast.to.type                    # DEAD, replaced by compiler.misc.unchecked.cast.to.type
 116 compiler.warn.unexpected.archive.file                   # Paths: zip file with unknown extn
 117 compiler.err.no.zipfs.for.archive                       # would need zip/jar file
 118 compiler.warn.unknown.enum.constant                     # in bad class file
 119 compiler.warn.unknown.enum.constant.reason              # in bad class file
 120 compiler.warn.override.equals.but.not.hashcode          # when a class overrides equals but not hashCode method from Object
 121 compiler.warn.file.from.future                          # warning for future modification times on files
 122 compiler.err.cant.inherit.from.anon                     # error for subclass of anonymous class
 123 compiler.misc.bad.class.file                            # class file is malformed
 124 compiler.misc.bad.const.pool.entry                      # constant pool entry has wrong type
 125 compiler.warn.access.to.member.from.serializable.lambda # in order to generate it we need to modify a restricted package
 126 compiler.warn.invalid.path                              # this warning is generated only in Windows systems
 127 compiler.note.multiple.elements                         # needs user code
 128 
 129 # The following module-related messages will have to stay on the not-yet list for various reasons:




  89 compiler.misc.token.long-integer
  90 compiler.misc.token.string
  91 compiler.misc.type.captureof
  92 compiler.misc.type.captureof.1
  93 compiler.misc.type.none
  94 compiler.misc.type.req.exact
  95 compiler.misc.unable.to.access.file                     # ClassFile
  96 compiler.misc.undecl.type.var                           # ClassReader
  97 compiler.misc.unicode.str.not.supported                 # ClassReader
  98 compiler.misc.user.selected.completion.failure          # manual completion failure
  99 compiler.misc.malformed.vararg.method                   # ClassReader
 100 compiler.misc.version.not.available                     # JavaCompiler; implies build error
 101 compiler.misc.where.description.captured
 102 compiler.misc.where.typevar.1
 103 compiler.misc.wrong.version                             # ClassReader
 104 compiler.warn.annotation.method.not.found               # ClassReader
 105 compiler.warn.annotation.method.not.found.reason        # ClassReader
 106 compiler.warn.big.major.version                         # ClassReader
 107 compiler.warn.future.attr                               # ClassReader
 108 compiler.warn.illegal.char.for.encoding
 109 compiler.note.incubating.modules                        # requires adjusted classfile
 110 compiler.warn.invalid.archive.file
 111 compiler.warn.override.bridge
 112 compiler.warn.position.overflow                         # CRTable: caused by files with long lines >= 1024 chars
 113 compiler.warn.proc.type.already.exists                  # JavacFiler: just mentioned in TODO
 114 compiler.warn.unchecked.assign                          # DEAD, replaced by compiler.misc.unchecked.assign
 115 compiler.warn.unchecked.cast.to.type                    # DEAD, replaced by compiler.misc.unchecked.cast.to.type
 116 compiler.warn.unexpected.archive.file                   # Paths: zip file with unknown extn
 117 compiler.err.no.zipfs.for.archive                       # would need zip/jar file
 118 compiler.warn.unknown.enum.constant                     # in bad class file
 119 compiler.warn.unknown.enum.constant.reason              # in bad class file
 120 compiler.warn.override.equals.but.not.hashcode          # when a class overrides equals but not hashCode method from Object
 121 compiler.warn.file.from.future                          # warning for future modification times on files
 122 compiler.err.cant.inherit.from.anon                     # error for subclass of anonymous class
 123 compiler.misc.bad.class.file                            # class file is malformed
 124 compiler.misc.bad.const.pool.entry                      # constant pool entry has wrong type
 125 compiler.warn.access.to.member.from.serializable.lambda # in order to generate it we need to modify a restricted package
 126 compiler.warn.invalid.path                              # this warning is generated only in Windows systems
 127 compiler.note.multiple.elements                         # needs user code
 128 
 129 # The following module-related messages will have to stay on the not-yet list for various reasons:


< prev index next >