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

changeset 689
77cc34d5e548
parent 674
584365f256a7
child 722
4851ff2ffc10
equal deleted inserted replaced
688:50f9ac2f4730 689:77cc34d5e548
91 compiler.err.cant.apply.symbol.1=\ 91 compiler.err.cant.apply.symbol.1=\
92 {0} {1} in {4} {5} cannot be applied to given types;\n\ 92 {0} {1} in {4} {5} cannot be applied to given types;\n\
93 required: {2}\n\ 93 required: {2}\n\
94 found: {3}\n\ 94 found: {3}\n\
95 reason: {6} 95 reason: {6}
96 compiler.err.cant.apply.symbols=\
97 no suitable {0} found for {1}({2})
96 compiler.err.cant.assign.val.to.final.var=\ 98 compiler.err.cant.assign.val.to.final.var=\
97 cannot assign a value to final variable {0} 99 cannot assign a value to final variable {0}
98 compiler.err.cant.deref=\ 100 compiler.err.cant.deref=\
99 {0} cannot be dereferenced 101 {0} cannot be dereferenced
100 compiler.err.cant.extend.intf.annotation=\ 102 compiler.err.cant.extend.intf.annotation=\
1073 type variable {0} has undetermined type 1075 type variable {0} has undetermined type
1074 compiler.misc.no.unique.maximal.instance.exists=\ 1076 compiler.misc.no.unique.maximal.instance.exists=\
1075 no unique maximal instance exists for type variable {0} with upper bounds {1} 1077 no unique maximal instance exists for type variable {0} with upper bounds {1}
1076 compiler.misc.no.unique.minimal.instance.exists=\ 1078 compiler.misc.no.unique.minimal.instance.exists=\
1077 no unique minimal instance exists for type variable {0} with lower bounds {1} 1079 no unique minimal instance exists for type variable {0} with lower bounds {1}
1078 compiler.misc.no.conforming.instance.exists=\ 1080 compiler.misc.infer.no.conforming.instance.exists=\
1079 no instance(s) of type variable(s) {0} exist so that {1} conforms to {2} 1081 no instance(s) of type variable(s) {0} exist so that {1} conforms to {2}
1080 compiler.misc.no.conforming.assignment.exists=\ 1082 compiler.misc.infer.no.conforming.assignment.exists=\
1081 no instance(s) of type variable(s) {0} exist so that argument type {1} conforms to formal parameter type {2} 1083 no instance(s) of type variable(s) {0} exist so that argument type {1} conforms to formal parameter type {2}
1082 compiler.misc.arg.length.mismatch=\ 1084 compiler.misc.infer.arg.length.mismatch=\
1083 cannot instantiate from arguments because actual and formal argument lists differ in length 1085 cannot instantiate from arguments because actual and formal argument lists differ in length
1084 compiler.misc.inferred.do.not.conform.to.bounds=\ 1086 compiler.misc.inferred.do.not.conform.to.bounds=\
1085 inferred type does not conform to declared bound(s)\n\ 1087 inferred type does not conform to declared bound(s)\n\
1086 inferred: {0}\n\ 1088 inferred: {0}\n\
1087 bound(s): {1} 1089 bound(s): {1}
1093 {0}<> 1095 {0}<>
1094 compiler.misc.diamond.invalid.arg=\ 1096 compiler.misc.diamond.invalid.arg=\
1095 type argument {0} inferred for {1} is not allowed in this context 1097 type argument {0} inferred for {1} is not allowed in this context
1096 compiler.misc.diamond.invalid.args=\ 1098 compiler.misc.diamond.invalid.args=\
1097 type arguments {0} inferred for {1} are not allowed in this context 1099 type arguments {0} inferred for {1} are not allowed in this context
1100
1101 compiler.misc.explicit.param.do.not.conform.to.bounds=\
1102 explicit type argument {0} does not conform to declared bound(s) {1}
1103
1104 compiler.misc.arg.length.mismatch=\
1105 actual and formal argument lists differ in length
1106 compiler.misc.no.conforming.assignment.exists=\
1107 actual argument {0} cannot be converted to {1} by method invocation conversion
1108 compiler.misc.varargs.argument.mismatch=\
1109 argument type {0} does not conform to vararg element type {1}
1098 ##### 1110 #####
1099 1111
1100 ## The first argument ({0}) is a "kindname". 1112 ## The first argument ({0}) is a "kindname".
1101 compiler.err.abstract.cant.be.accessed.directly=\ 1113 compiler.err.abstract.cant.be.accessed.directly=\
1102 abstract {0} {1} in {2} cannot be accessed directly 1114 abstract {0} {1} in {2} cannot be accessed directly
1230 compiler.misc.varargs.clash.with=\ 1242 compiler.misc.varargs.clash.with=\
1231 {0} in {1} overrides {2} in {3} 1243 {0} in {1} overrides {2} in {3}
1232 compiler.misc.non.denotable.type=\ 1244 compiler.misc.non.denotable.type=\
1233 Non-denotable type {0} not allowed here 1245 Non-denotable type {0} not allowed here
1234 1246
1247 compiler.misc.inapplicable.method=\
1248 {0} {1}.{2} is not applicable\n\
1249 ({3})
1250
1235 ######################################## 1251 ########################################
1236 # Diagnostics for language feature changes 1252 # Diagnostics for language feature changes
1237 ######################################## 1253 ########################################
1238 compiler.err.unsupported.fp.lit=\ 1254 compiler.err.unsupported.fp.lit=\
1239 hexadecimal floating point literals are not supported in -source {0}\n\ 1255 hexadecimal floating point literals are not supported in -source {0}\n\

mercurial