< prev index next >

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

Print this page




 105 compiler.warn.unknown.enum.constant                     # in bad class file
 106 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.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.misc.bad.class.file                            # class file is malformed
 111 compiler.misc.bad.const.pool.entry                      # constant pool entry has wrong type
 112 
 113 # The following module-related messages will have to stay on the not-yet list for various reasons:
 114 compiler.warn.locn.unknown.file.on.module.path                # Never issued ATM (short circuited with an if (false))
 115 compiler.err.no.output.dir                                    # -d is always specified by test infrastructure
 116 compiler.err.output.dir.must.be.specified.with.dash.m.option  # -d is always specified by test infrastructure
 117 compiler.warn.outdir.is.in.exploded.module                    # No control over -d specified by test infrastructure
 118 compiler.err.invalid.module.specifier                         # Not possible (?)
 119 compiler.err.locn.cant.get.module.name.for.jar                # bad binary ? Infer module name failure
 120 compiler.misc.bad.module-info.name                            # bad class file
 121 compiler.err.locn.bad.module-info                             # bad class file
 122 compiler.err.locn.cant.read.file                              # bad class file
 123 compiler.misc.module.info.invalid.super.class                 # bad class file
 124 compiler.err.locn.cant.read.directory                         # file system issue

 125 compiler.misc.unnamed.module                                  # fragment uninteresting in and of itself
 126 compiler.misc.kindname.module                                 # fragment uninteresting in and of itself
 127 compiler.misc.locn.module_path                                # fragment uninteresting in and of itself
 128 compiler.misc.locn.module_source_path                         # fragment uninteresting in and of itself
 129 compiler.misc.locn.system_modules                             # fragment uninteresting in and of itself
 130 compiler.misc.locn.upgrade_module_path                        # fragment uninteresting in and of itself
 131 
 132 # The following are new module-related messages, that need new  examples to be created
 133 compiler.err.duplicate.module.on.path
 134 compiler.err.locn.module-info.not.allowed.on.patch.path
 135 compiler.misc.cant.resolve.modules
 136 compiler.misc.file.does.not.contain.module


 105 compiler.warn.unknown.enum.constant                     # in bad class file
 106 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.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.misc.bad.class.file                            # class file is malformed
 111 compiler.misc.bad.const.pool.entry                      # constant pool entry has wrong type
 112 
 113 # The following module-related messages will have to stay on the not-yet list for various reasons:
 114 compiler.warn.locn.unknown.file.on.module.path                # Never issued ATM (short circuited with an if (false))
 115 compiler.err.no.output.dir                                    # -d is always specified by test infrastructure
 116 compiler.err.output.dir.must.be.specified.with.dash.m.option  # -d is always specified by test infrastructure
 117 compiler.warn.outdir.is.in.exploded.module                    # No control over -d specified by test infrastructure
 118 compiler.err.invalid.module.specifier                         # Not possible (?)
 119 compiler.err.locn.cant.get.module.name.for.jar                # bad binary ? Infer module name failure
 120 compiler.misc.bad.module-info.name                            # bad class file
 121 compiler.err.locn.bad.module-info                             # bad class file
 122 compiler.err.locn.cant.read.file                              # bad class file
 123 compiler.misc.module.info.invalid.super.class                 # bad class file
 124 compiler.err.locn.cant.read.directory                         # file system issue
 125 compiler.err.locn.invalid.arg.for.xpatch                      # command line option error
 126 compiler.misc.unnamed.module                                  # fragment uninteresting in and of itself
 127 compiler.misc.kindname.module                                 # fragment uninteresting in and of itself
 128 compiler.misc.locn.module_path                                # fragment uninteresting in and of itself
 129 compiler.misc.locn.module_source_path                         # fragment uninteresting in and of itself
 130 compiler.misc.locn.system_modules                             # fragment uninteresting in and of itself
 131 compiler.misc.locn.upgrade_module_path                        # fragment uninteresting in and of itself
 132 
 133 # The following are new module-related messages, that need new  examples to be created
 134 compiler.err.duplicate.module.on.path
 135 compiler.err.locn.module-info.not.allowed.on.patch.path
 136 compiler.misc.cant.resolve.modules
 137 compiler.misc.file.does.not.contain.module
< prev index next >