langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 2723 b659ca23d5f5
parent 2223 95e3c21b2919
child 2984 e15ff3a34054
equal deleted inserted replaced
2553:a8134c4ee2cf 2723:b659ca23d5f5
   142 compiler.err.duplicate.default.label=\
   142 compiler.err.duplicate.default.label=\
   143     duplicate default label
   143     duplicate default label
   144 
   144 
   145 compiler.err.else.without.if=\
   145 compiler.err.else.without.if=\
   146     ''else'' without ''if''
   146     ''else'' without ''if''
       
   147 compiler.err.empty.bytecode.ident=\
       
   148     empty bytecode identifier
   147 compiler.err.empty.char.lit=\
   149 compiler.err.empty.char.lit=\
   148     empty character literal
   150     empty character literal
   149 compiler.err.encl.class.required=\
   151 compiler.err.encl.class.required=\
   150     an enclosing instance that contains {0} is required
   152     an enclosing instance that contains {0} is required
   151 compiler.err.enum.annotation.must.be.enum.constant=\
   153 compiler.err.enum.annotation.must.be.enum.constant=\
   184 compiler.err.generic.throwable=\
   186 compiler.err.generic.throwable=\
   185     a generic class may not extend java.lang.Throwable
   187     a generic class may not extend java.lang.Throwable
   186 
   188 
   187 compiler.err.icls.cant.have.static.decl=\
   189 compiler.err.icls.cant.have.static.decl=\
   188     inner classes cannot have static declarations
   190     inner classes cannot have static declarations
       
   191 compiler.err.illegal.bytecode.ident.char=\
       
   192     illegal bytecode identifier character: \\{0}
   189 compiler.err.illegal.char=\
   193 compiler.err.illegal.char=\
   190     illegal character: \\{0}
   194     illegal character: \\{0}
   191 compiler.err.illegal.char.for.encoding=\
   195 compiler.err.illegal.char.for.encoding=\
   192     unmappable character for encoding {0}
   196     unmappable character for encoding {0}
   193 compiler.err.illegal.combination.of.modifiers=\
   197 compiler.err.illegal.combination.of.modifiers=\
   443 compiler.err.type.var.more.than.once.in.result=\
   447 compiler.err.type.var.more.than.once.in.result=\
   444     type variable {0} occurs more than once in type of {1}; cannot be left uninstantiated
   448     type variable {0} occurs more than once in type of {1}; cannot be left uninstantiated
   445 compiler.err.types.incompatible.diff.ret=\
   449 compiler.err.types.incompatible.diff.ret=\
   446     types {0} and {1} are incompatible; both define {2}, but with unrelated return types
   450     types {0} and {1} are incompatible; both define {2}, but with unrelated return types
   447 
   451 
       
   452 compiler.err.unclosed.bytecode.ident=\
       
   453     unclosed bytecode identifier
   448 compiler.err.unclosed.char.lit=\
   454 compiler.err.unclosed.char.lit=\
   449     unclosed character literal
   455     unclosed character literal
   450 compiler.err.unclosed.comment=\
   456 compiler.err.unclosed.comment=\
   451     unclosed comment
   457     unclosed comment
   452 compiler.err.unclosed.str.lit=\
   458 compiler.err.unclosed.str.lit=\