langtools/test/tools/javac/diags/examples.not-yet.txt
changeset 40513 39b67170b045
parent 40502 59dadf1bedbe
child 41254 08f8dbf7741e
equal deleted inserted replaced
40512:b9359154240c 40513:39b67170b045
   100 compiler.warn.position.overflow                         # CRTable: caused by files with long lines >= 1024 chars
   100 compiler.warn.position.overflow                         # CRTable: caused by files with long lines >= 1024 chars
   101 compiler.warn.proc.type.already.exists                  # JavacFiler: just mentioned in TODO
   101 compiler.warn.proc.type.already.exists                  # JavacFiler: just mentioned in TODO
   102 compiler.warn.unchecked.assign                          # DEAD, replaced by compiler.misc.unchecked.assign
   102 compiler.warn.unchecked.assign                          # DEAD, replaced by compiler.misc.unchecked.assign
   103 compiler.warn.unchecked.cast.to.type                    # DEAD, replaced by compiler.misc.unchecked.cast.to.type
   103 compiler.warn.unchecked.cast.to.type                    # DEAD, replaced by compiler.misc.unchecked.cast.to.type
   104 compiler.warn.unexpected.archive.file                   # Paths: zip file with unknown extn
   104 compiler.warn.unexpected.archive.file                   # Paths: zip file with unknown extn
       
   105 compiler.err.no.zipfs.for.archive                       # would need zip/jar file
   105 compiler.warn.unknown.enum.constant                     # in bad class file
   106 compiler.warn.unknown.enum.constant                     # in bad class file
   106 compiler.warn.unknown.enum.constant.reason              # in bad class file
   107 compiler.warn.unknown.enum.constant.reason              # in bad class file
   107 compiler.warn.override.equals.but.not.hashcode          # when a class overrides equals but not hashCode method from Object
   108 compiler.warn.override.equals.but.not.hashcode          # when a class overrides equals but not hashCode method from Object
   108 compiler.warn.file.from.future                          # warning for future modification times on files
   109 compiler.warn.file.from.future                          # warning for future modification times on files
   109 compiler.err.cant.inherit.from.anon                     # error for subclass of anonymous class
   110 compiler.err.cant.inherit.from.anon                     # error for subclass of anonymous class