src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 54132 2ab55d39fb5b
parent 53755 4cd89541b492
child 54332 9a8fe0bc38c3
equal deleted inserted replaced
54131:41b79b3e21fb 54132:2ab55d39fb5b
   229 
   229 
   230 # 0: symbol kind, 1: name, 2: list of type or message segment, 3: list of type or message segment, 4: symbol kind, 5: type, 6: message segment
   230 # 0: symbol kind, 1: name, 2: list of type or message segment, 3: list of type or message segment, 4: symbol kind, 5: type, 6: message segment
   231 compiler.err.cant.apply.symbol=\
   231 compiler.err.cant.apply.symbol=\
   232     {0} {1} in {4} {5} cannot be applied to given types;\n\
   232     {0} {1} in {4} {5} cannot be applied to given types;\n\
   233     required: {2}\n\
   233     required: {2}\n\
   234     found: {3}\n\
   234     found:    {3}\n\
   235     reason: {6}
   235     reason: {6}
   236 
   236 
   237 # 0: symbol kind, 1: name, 2: list of type
   237 # 0: symbol kind, 1: name, 2: list of type
   238 compiler.err.cant.apply.symbols=\
   238 compiler.err.cant.apply.symbols=\
   239     no suitable {0} found for {1}({2})
   239     no suitable {0} found for {1}({2})
   240 
   240 
   241 # 0: symbol kind, 1: name, 2: list of type or message segment, 3: list of type or message segment, 4: symbol kind, 5: type, 6: message segment
   241 # 0: symbol kind, 1: name, 2: list of type or message segment, 3: list of type or message segment, 4: symbol kind, 5: type, 6: message segment
   242 compiler.misc.cant.apply.symbol=\
   242 compiler.misc.cant.apply.symbol=\
   243     {0} {1} in {4} {5} cannot be applied to given types\n\
   243     {0} {1} in {4} {5} cannot be applied to given types\n\
   244     required: {2}\n\
   244     required: {2}\n\
   245     found: {3}\n\
   245     found:    {3}\n\
   246     reason: {6}
   246     reason: {6}
   247 
   247 
   248 # 0: symbol kind, 1: name, 2: list of type
   248 # 0: symbol kind, 1: name, 2: list of type
   249 compiler.misc.cant.apply.symbols=\
   249 compiler.misc.cant.apply.symbols=\
   250     no suitable {0} found for {1}({2})
   250     no suitable {0} found for {1}({2})
  1950 
  1950 
  1951 # 0: kind name, 1: name, 2: object, 3: object, 4: kind name, 5: symbol
  1951 # 0: kind name, 1: name, 2: object, 3: object, 4: kind name, 5: symbol
  1952 compiler.warn.unchecked.meth.invocation.applied=\
  1952 compiler.warn.unchecked.meth.invocation.applied=\
  1953     unchecked method invocation: {0} {1} in {4} {5} is applied to given types\n\
  1953     unchecked method invocation: {0} {1} in {4} {5} is applied to given types\n\
  1954     required: {2}\n\
  1954     required: {2}\n\
  1955     found: {3}
  1955     found:    {3}
  1956 
  1956 
  1957 # 0: type
  1957 # 0: type
  1958 compiler.warn.unchecked.generic.array.creation=\
  1958 compiler.warn.unchecked.generic.array.creation=\
  1959     unchecked generic array creation for varargs parameter of type {0}
  1959     unchecked generic array creation for varargs parameter of type {0}
  1960 
  1960 
  2878 
  2878 
  2879 # 0: type, 1: type
  2879 # 0: type, 1: type
  2880 compiler.err.incorrect.receiver.name=\
  2880 compiler.err.incorrect.receiver.name=\
  2881     the receiver name does not match the enclosing class type\n\
  2881     the receiver name does not match the enclosing class type\n\
  2882     required: {0}\n\
  2882     required: {0}\n\
  2883     found: {1}
  2883     found:    {1}
  2884 
  2884 
  2885 # 0: type, 1: type
  2885 # 0: type, 1: type
  2886 compiler.err.incorrect.receiver.type=\
  2886 compiler.err.incorrect.receiver.type=\
  2887     the receiver type does not match the enclosing class type\n\
  2887     the receiver type does not match the enclosing class type\n\
  2888     required: {0}\n\
  2888     required: {0}\n\
  2889     found: {1}
  2889     found:    {1}
  2890 
  2890 
  2891 # 0: type, 1: type
  2891 # 0: type, 1: type
  2892 compiler.err.incorrect.constructor.receiver.type=\
  2892 compiler.err.incorrect.constructor.receiver.type=\
  2893     the receiver type does not match the enclosing outer class type\n\
  2893     the receiver type does not match the enclosing outer class type\n\
  2894     required: {0}\n\
  2894     required: {0}\n\
  2895     found: {1}
  2895     found:    {1}
  2896 
  2896 
  2897 # 0: type, 1: type
  2897 # 0: type, 1: type
  2898 compiler.err.incorrect.constructor.receiver.name=\
  2898 compiler.err.incorrect.constructor.receiver.name=\
  2899     the receiver name does not match the enclosing outer class type\n\
  2899     the receiver name does not match the enclosing outer class type\n\
  2900     required: {0}\n\
  2900     required: {0}\n\
  2901     found: {1}
  2901     found:    {1}
  2902 
  2902 
  2903 compiler.err.no.annotations.on.dot.class=\
  2903 compiler.err.no.annotations.on.dot.class=\
  2904     no annotations are allowed in the type of a class literal
  2904     no annotations are allowed in the type of a class literal
  2905 
  2905 
  2906 ########################################
  2906 ########################################