< prev index next >

test/langtools/tools/javac/diags/CheckResourceKeys.java

Print this page




 204         "compiler.err.cant.resolve.location.args",
 205         "compiler.err.cant.resolve.location.args.params",
 206         "compiler.misc.cant.resolve.location.args",
 207         "compiler.misc.cant.resolve.location.args.params",
 208         // JavaCompiler, reports #errors and #warnings
 209         "compiler.misc.count.error",
 210         "compiler.misc.count.error.plural",
 211         "compiler.misc.count.warn",
 212         "compiler.misc.count.warn.plural",
 213         // Used for LintCategory
 214         "compiler.warn.lintOption",
 215         // Other
 216         "compiler.misc.base.membership"                                 // (sic)
 217         ));
 218 
 219 
 220     Set<String> needToInvestigate = new TreeSet<String>(Arrays.asList(
 221         "compiler.misc.fatal.err.cant.close.loader",        // Supressed by JSR308
 222         "compiler.err.cant.read.file",                      // UNUSED
 223         "compiler.err.illegal.self.ref",                    // UNUSED
 224         "compiler.err.io.exception",                        // UNUSED
 225         "compiler.err.limit.pool.in.class",                 // UNUSED
 226         "compiler.err.name.reserved.for.internal.use",      // UNUSED
 227         "compiler.err.no.match.entry",                      // UNUSED
 228         "compiler.err.not.within.bounds.explain",           // UNUSED
 229         "compiler.err.signature.doesnt.match.intf",         // UNUSED
 230         "compiler.err.signature.doesnt.match.supertype",    // UNUSED
 231         "compiler.err.type.var.more.than.once",             // UNUSED
 232         "compiler.err.type.var.more.than.once.in.result",   // UNUSED
 233         "compiler.misc.non.denotable.type",                 // UNUSED
 234         "compiler.misc.unnamed.package",                    // should be required, CR 6964147
 235         "compiler.warn.proc.type.already.exists",           // TODO in JavacFiler
 236         "javac.err.invalid.arg",                            // UNUSED ??
 237         "javac.opt.arg.class",                              // UNUSED ??
 238         "javac.opt.arg.pathname",                           // UNUSED ??
 239         "javac.opt.moreinfo",                               // option commented out
 240         "javac.opt.nogj",                                   // UNUSED
 241         "javac.opt.printsearch",                            // option commented out
 242         "javac.opt.prompt",                                 // option commented out
 243         "javac.opt.s"                                       // option commented out
 244         ));




 204         "compiler.err.cant.resolve.location.args",
 205         "compiler.err.cant.resolve.location.args.params",
 206         "compiler.misc.cant.resolve.location.args",
 207         "compiler.misc.cant.resolve.location.args.params",
 208         // JavaCompiler, reports #errors and #warnings
 209         "compiler.misc.count.error",
 210         "compiler.misc.count.error.plural",
 211         "compiler.misc.count.warn",
 212         "compiler.misc.count.warn.plural",
 213         // Used for LintCategory
 214         "compiler.warn.lintOption",
 215         // Other
 216         "compiler.misc.base.membership"                                 // (sic)
 217         ));
 218 
 219 
 220     Set<String> needToInvestigate = new TreeSet<String>(Arrays.asList(
 221         "compiler.misc.fatal.err.cant.close.loader",        // Supressed by JSR308
 222         "compiler.err.cant.read.file",                      // UNUSED
 223         "compiler.err.illegal.self.ref",                    // UNUSED

 224         "compiler.err.limit.pool.in.class",                 // UNUSED
 225         "compiler.err.name.reserved.for.internal.use",      // UNUSED
 226         "compiler.err.no.match.entry",                      // UNUSED
 227         "compiler.err.not.within.bounds.explain",           // UNUSED
 228         "compiler.err.signature.doesnt.match.intf",         // UNUSED
 229         "compiler.err.signature.doesnt.match.supertype",    // UNUSED
 230         "compiler.err.type.var.more.than.once",             // UNUSED
 231         "compiler.err.type.var.more.than.once.in.result",   // UNUSED
 232         "compiler.misc.non.denotable.type",                 // UNUSED
 233         "compiler.misc.unnamed.package",                    // should be required, CR 6964147
 234         "compiler.warn.proc.type.already.exists",           // TODO in JavacFiler
 235         "javac.err.invalid.arg",                            // UNUSED ??
 236         "javac.opt.arg.class",                              // UNUSED ??
 237         "javac.opt.arg.pathname",                           // UNUSED ??
 238         "javac.opt.moreinfo",                               // option commented out
 239         "javac.opt.nogj",                                   // UNUSED
 240         "javac.opt.printsearch",                            // option commented out
 241         "javac.opt.prompt",                                 // option commented out
 242         "javac.opt.s"                                       // option commented out
 243         ));


< prev index next >