test/langtools/tools/javac/diags/CheckResourceKeys.java
changeset 49822 53aae0c219e6
parent 47703 dbfac941197a
child 50453 f91927a2c8d3
equal deleted inserted replaced
49821:02c08e20d66c 49822:53aae0c219e6
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   231         "compiler.err.type.var.more.than.once",             // UNUSED
   231         "compiler.err.type.var.more.than.once",             // UNUSED
   232         "compiler.err.type.var.more.than.once.in.result",   // UNUSED
   232         "compiler.err.type.var.more.than.once.in.result",   // UNUSED
   233         "compiler.misc.non.denotable.type",                 // UNUSED
   233         "compiler.misc.non.denotable.type",                 // UNUSED
   234         "compiler.misc.unnamed.package",                    // should be required, CR 6964147
   234         "compiler.misc.unnamed.package",                    // should be required, CR 6964147
   235         "compiler.warn.proc.type.already.exists",           // TODO in JavacFiler
   235         "compiler.warn.proc.type.already.exists",           // TODO in JavacFiler
   236         "javac.err.invalid.arg",                            // UNUSED ??
       
   237         "javac.opt.arg.class",                              // UNUSED ??
   236         "javac.opt.arg.class",                              // UNUSED ??
   238         "javac.opt.arg.pathname",                           // UNUSED ??
   237         "javac.opt.arg.pathname",                           // UNUSED ??
   239         "javac.opt.moreinfo",                               // option commented out
   238         "javac.opt.moreinfo",                               // option commented out
   240         "javac.opt.nogj",                                   // UNUSED
   239         "javac.opt.nogj",                                   // UNUSED
   241         "javac.opt.printsearch",                            // option commented out
   240         "javac.opt.printsearch",                            // option commented out