< prev index next >

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

Print this page




1166 compiler.misc.overridden.default=\
1167     method {0} is overridden in {1}
1168 
1169 # 0: symbol, 1: type or symbol
1170 compiler.misc.redundant.supertype=\
1171     redundant interface {0} is extended by {1}
1172 
1173 compiler.err.unclosed.char.lit=\
1174     unclosed character literal
1175 
1176 compiler.err.unclosed.comment=\
1177     unclosed comment
1178 
1179 compiler.err.unclosed.str.lit=\
1180     unclosed string literal
1181 
1182 # 0: string
1183 compiler.err.unsupported.encoding=\
1184     unsupported encoding: {0}
1185 
1186 compiler.err.io.exception=\
1187     error reading source file: {0}
1188 
1189 # 0: name
1190 compiler.err.undef.label=\
1191     undefined label: {0}
1192 
1193 # 0: name (type)
1194 compiler.err.illegal.ref.to.var.type=\
1195     illegal reference to restricted type ''{0}''
1196 
1197 # 0: token
1198 compiler.err.var.not.allowed=\
1199     ''{0}'' not allowed here\n\
1200     as of release 10, ''{0}'' is a restricted local variable type and cannot be used for type declarations
1201 
1202 # 0: name (variable), 1: message segment
1203 compiler.err.cant.infer.local.var.type=\
1204     cannot infer type for local variable {0}\n\
1205     ({1})
1206 
1207 compiler.err.var.not.allowed.here=\
1208     ''var'' is not allowed here




1166 compiler.misc.overridden.default=\
1167     method {0} is overridden in {1}
1168 
1169 # 0: symbol, 1: type or symbol
1170 compiler.misc.redundant.supertype=\
1171     redundant interface {0} is extended by {1}
1172 
1173 compiler.err.unclosed.char.lit=\
1174     unclosed character literal
1175 
1176 compiler.err.unclosed.comment=\
1177     unclosed comment
1178 
1179 compiler.err.unclosed.str.lit=\
1180     unclosed string literal
1181 
1182 # 0: string
1183 compiler.err.unsupported.encoding=\
1184     unsupported encoding: {0}
1185 



1186 # 0: name
1187 compiler.err.undef.label=\
1188     undefined label: {0}
1189 
1190 # 0: name (type)
1191 compiler.err.illegal.ref.to.var.type=\
1192     illegal reference to restricted type ''{0}''
1193 
1194 # 0: token
1195 compiler.err.var.not.allowed=\
1196     ''{0}'' not allowed here\n\
1197     as of release 10, ''{0}'' is a restricted local variable type and cannot be used for type declarations
1198 
1199 # 0: name (variable), 1: message segment
1200 compiler.err.cant.infer.local.var.type=\
1201     cannot infer type for local variable {0}\n\
1202     ({1})
1203 
1204 compiler.err.var.not.allowed.here=\
1205     ''var'' is not allowed here


< prev index next >