< prev index next >

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

Print this page




1187 # 0: string
1188 compiler.err.unsupported.encoding=\
1189     unsupported encoding: {0}
1190 
1191 compiler.err.io.exception=\
1192     error reading source file: {0}
1193 
1194 # 0: name
1195 compiler.err.undef.label=\
1196     undefined label: {0}
1197 
1198 # 0: name (type)
1199 compiler.err.illegal.ref.to.var.type=\
1200     illegal reference to restricted type ''{0}''
1201 
1202 # 0: token
1203 compiler.err.var.not.allowed=\
1204     ''{0}'' not allowed here\n\
1205     as of release 10, ''{0}'' is a restricted local variable type and cannot be used for type declarations
1206 



1207 # 0: name (variable), 1: message segment
1208 compiler.err.cant.infer.local.var.type=\
1209     cannot infer type for local variable {0}\n\
1210     ({1})
1211 
1212 compiler.err.var.not.allowed.here=\
1213     ''var'' is not allowed here
1214 
1215 compiler.err.var.not.allowed.array=\
1216     ''var'' is not allowed as an element type of an array
1217 
1218 compiler.err.var.not.allowed.compound=\
1219     ''var'' is not allowed in a compound declaration
1220 
1221 compiler.misc.local.cant.infer.null=\
1222     variable initializer is ''null''
1223 
1224 compiler.misc.local.cant.infer.void=\
1225     variable initializer is ''void''
1226 




1187 # 0: string
1188 compiler.err.unsupported.encoding=\
1189     unsupported encoding: {0}
1190 
1191 compiler.err.io.exception=\
1192     error reading source file: {0}
1193 
1194 # 0: name
1195 compiler.err.undef.label=\
1196     undefined label: {0}
1197 
1198 # 0: name (type)
1199 compiler.err.illegal.ref.to.var.type=\
1200     illegal reference to restricted type ''{0}''
1201 
1202 # 0: token
1203 compiler.err.var.not.allowed=\
1204     ''{0}'' not allowed here\n\
1205     as of release 10, ''{0}'' is a restricted local variable type and cannot be used for type declarations
1206 
1207 compiler.warn.var.not.allowed=\
1208     as of release 10, ''{0}'' is a restricted local variable type and cannot be used for type declarations
1209 
1210 # 0: name (variable), 1: message segment
1211 compiler.err.cant.infer.local.var.type=\
1212     cannot infer type for local variable {0}\n\
1213     ({1})
1214 
1215 compiler.err.var.not.allowed.here=\
1216     ''var'' is not allowed here
1217 
1218 compiler.err.var.not.allowed.array=\
1219     ''var'' is not allowed as an element type of an array
1220 
1221 compiler.err.var.not.allowed.compound=\
1222     ''var'' is not allowed in a compound declaration
1223 
1224 compiler.misc.local.cant.infer.null=\
1225     variable initializer is ''null''
1226 
1227 compiler.misc.local.cant.infer.void=\
1228     variable initializer is ''void''
1229 


< prev index next >