< prev index next >

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

Print this page




 136 compiler.warn.locn.unknown.file.on.module.path                # Never issued ATM (short circuited with an if (false))
 137 compiler.err.no.output.dir                                    # -d is always specified by test infrastructure
 138 compiler.err.output.dir.must.be.specified.with.dash.m.option  # -d is always specified by test infrastructure
 139 compiler.warn.outdir.is.in.exploded.module                    # No control over -d specified by test infrastructure
 140 compiler.err.invalid.module.specifier                         # Not possible (?)
 141 compiler.err.locn.cant.get.module.name.for.jar                # bad binary ? Infer module name failure
 142 compiler.misc.anachronistic.module.info                       # requires binaries compiled with EA compilers.
 143 compiler.misc.bad.module-info.name                            # bad class file
 144 compiler.err.locn.bad.module-info                             # bad class file
 145 compiler.err.locn.cant.read.file                              # bad class file
 146 compiler.misc.module.info.invalid.super.class                 # bad class file
 147 compiler.err.locn.cant.read.directory                         # file system issue
 148 compiler.err.locn.invalid.arg.for.xpatch                      # command line option error
 149 compiler.misc.unnamed.module                                  # fragment uninteresting in and of itself
 150 compiler.misc.kindname.module                                 # fragment uninteresting in and of itself
 151 compiler.misc.locn.module_path                                # fragment uninteresting in and of itself
 152 compiler.misc.locn.module_source_path                         # fragment uninteresting in and of itself
 153 compiler.misc.locn.system_modules                             # fragment uninteresting in and of itself
 154 compiler.misc.locn.upgrade_module_path                        # fragment uninteresting in and of itself
 155 compiler.misc.inferred.do.not.conform.to.eq.bounds            # hard to generate, could probably be removed

 156 
 157 # The following are new module-related messages, that need new  examples to be created
 158 compiler.err.duplicate.module.on.path
 159 compiler.err.locn.module-info.not.allowed.on.patch.path
 160 compiler.misc.cant.resolve.modules
 161 compiler.misc.file.does.not.contain.module
 162 
 163 # these keys were in javac.properties and examples are hard to be produced for them
 164 # basically because in most cases the compilation ends with an exception
 165 compiler.err.bad.value.for.option
 166 compiler.err.empty.A.argument
 167 compiler.err.error.writing.file
 168 compiler.err.file.not.directory
 169 compiler.err.file.not.file
 170 compiler.err.file.not.found
 171 compiler.err.invalid.A.key
 172 compiler.err.invalid.flag
 173 compiler.err.invalid.profile
 174 compiler.err.invalid.source
 175 compiler.err.invalid.target


 136 compiler.warn.locn.unknown.file.on.module.path                # Never issued ATM (short circuited with an if (false))
 137 compiler.err.no.output.dir                                    # -d is always specified by test infrastructure
 138 compiler.err.output.dir.must.be.specified.with.dash.m.option  # -d is always specified by test infrastructure
 139 compiler.warn.outdir.is.in.exploded.module                    # No control over -d specified by test infrastructure
 140 compiler.err.invalid.module.specifier                         # Not possible (?)
 141 compiler.err.locn.cant.get.module.name.for.jar                # bad binary ? Infer module name failure
 142 compiler.misc.anachronistic.module.info                       # requires binaries compiled with EA compilers.
 143 compiler.misc.bad.module-info.name                            # bad class file
 144 compiler.err.locn.bad.module-info                             # bad class file
 145 compiler.err.locn.cant.read.file                              # bad class file
 146 compiler.misc.module.info.invalid.super.class                 # bad class file
 147 compiler.err.locn.cant.read.directory                         # file system issue
 148 compiler.err.locn.invalid.arg.for.xpatch                      # command line option error
 149 compiler.misc.unnamed.module                                  # fragment uninteresting in and of itself
 150 compiler.misc.kindname.module                                 # fragment uninteresting in and of itself
 151 compiler.misc.locn.module_path                                # fragment uninteresting in and of itself
 152 compiler.misc.locn.module_source_path                         # fragment uninteresting in and of itself
 153 compiler.misc.locn.system_modules                             # fragment uninteresting in and of itself
 154 compiler.misc.locn.upgrade_module_path                        # fragment uninteresting in and of itself
 155 compiler.misc.inferred.do.not.conform.to.eq.bounds            # hard to generate, could probably be removed
 156 compiler.err.feature.not.supported.in.source                  # Generated for using diamond before source 7
 157 
 158 # The following are new module-related messages, that need new  examples to be created
 159 compiler.err.duplicate.module.on.path
 160 compiler.err.locn.module-info.not.allowed.on.patch.path
 161 compiler.misc.cant.resolve.modules
 162 compiler.misc.file.does.not.contain.module
 163 
 164 # these keys were in javac.properties and examples are hard to be produced for them
 165 # basically because in most cases the compilation ends with an exception
 166 compiler.err.bad.value.for.option
 167 compiler.err.empty.A.argument
 168 compiler.err.error.writing.file
 169 compiler.err.file.not.directory
 170 compiler.err.file.not.file
 171 compiler.err.file.not.found
 172 compiler.err.invalid.A.key
 173 compiler.err.invalid.flag
 174 compiler.err.invalid.profile
 175 compiler.err.invalid.source
 176 compiler.err.invalid.target
< prev index next >