< prev index next >

src/share/classes/com/sun/tools/javac/resources/compiler.properties

Print this page


   1 #
   2 # Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 851 compiler.err.proc.processor.bad.option.name=\
 852     Bad option name ''{0}'' provided by processor ''{1}''
 853 
 854 # 0: string
 855 compiler.err.proc.processor.cant.instantiate=\
 856     Could not instantiate an instance of processor ''{0}''
 857 
 858 # 0: string
 859 compiler.err.proc.processor.not.found=\
 860     Annotation processor ''{0}'' not found
 861 
 862 # 0: string
 863 compiler.err.proc.processor.wrong.type=\
 864     Annotation processor ''{0}'' does not implement javax.annotation.processing.Processor
 865 
 866 compiler.err.proc.service.problem=\
 867     Error creating a service loader to load Processors.
 868 
 869 compiler.err.proc.bad.config.file=\
 870     Bad service configuration file, or exception thrown while constructing Processor object: {0}



 871 
 872 compiler.err.proc.cant.create.loader=\
 873     Could not create class loader for annotation processors: {0}
 874 
 875 # 0: unused
 876 compiler.err.qualified.new.of.static.class=\
 877     qualified new of static class
 878 
 879 compiler.err.recursive.ctor.invocation=\
 880     recursive constructor invocation
 881 
 882 # 0: name, 1: symbol kind, 2: symbol, 3: symbol, 4: symbol kind, 5: symbol, 6: symbol
 883 compiler.err.ref.ambiguous=\
 884     reference to {0} is ambiguous\n\
 885     both {1} {2} in {3} and {4} {5} in {6} match
 886 
 887 # 0: name, 1: symbol kind, 2: symbol, 3: symbol, 4: symbol kind, 5: symbol, 6: symbol
 888 compiler.misc.ref.ambiguous=\
 889     reference to {0} is ambiguous\n\
 890     both {1} {2} in {3} and {4} {5} in {6} match


   1 #
   2 # Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 851 compiler.err.proc.processor.bad.option.name=\
 852     Bad option name ''{0}'' provided by processor ''{1}''
 853 
 854 # 0: string
 855 compiler.err.proc.processor.cant.instantiate=\
 856     Could not instantiate an instance of processor ''{0}''
 857 
 858 # 0: string
 859 compiler.err.proc.processor.not.found=\
 860     Annotation processor ''{0}'' not found
 861 
 862 # 0: string
 863 compiler.err.proc.processor.wrong.type=\
 864     Annotation processor ''{0}'' does not implement javax.annotation.processing.Processor
 865 
 866 compiler.err.proc.service.problem=\
 867     Error creating a service loader to load Processors.
 868 
 869 compiler.err.proc.bad.config.file=\
 870     Bad service configuration file, or exception thrown while constructing Processor object: {0}
 871 
 872 compiler.err.proc.cant.load.class=\
 873     Could not load processor class file due to ''{0}''.
 874 
 875 compiler.err.proc.cant.create.loader=\
 876     Could not create class loader for annotation processors: {0}
 877 
 878 # 0: unused
 879 compiler.err.qualified.new.of.static.class=\
 880     qualified new of static class
 881 
 882 compiler.err.recursive.ctor.invocation=\
 883     recursive constructor invocation
 884 
 885 # 0: name, 1: symbol kind, 2: symbol, 3: symbol, 4: symbol kind, 5: symbol, 6: symbol
 886 compiler.err.ref.ambiguous=\
 887     reference to {0} is ambiguous\n\
 888     both {1} {2} in {3} and {4} {5} in {6} match
 889 
 890 # 0: name, 1: symbol kind, 2: symbol, 3: symbol, 4: symbol kind, 5: symbol, 6: symbol
 891 compiler.misc.ref.ambiguous=\
 892     reference to {0} is ambiguous\n\
 893     both {1} {2} in {3} and {4} {5} in {6} match


< prev index next >