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

changeset 2134
b0c086cd4520
parent 2102
6dcf94e32a3a
child 2187
4788eb38cac5
equal deleted inserted replaced
2133:19e8eebfbe52 2134:b0c086cd4520
2255 # 0: symbol 2255 # 0: symbol
2256 compiler.err.receiver.parameter.not.applicable.constructor.toplevel.class=\ 2256 compiler.err.receiver.parameter.not.applicable.constructor.toplevel.class=\
2257 receiver parameter not applicable for constructor of top-level class 2257 receiver parameter not applicable for constructor of top-level class
2258 2258
2259 # TODO 308: make a better error message 2259 # TODO 308: make a better error message
2260 compiler.err.cant.annotate.static.class=\ 2260 # 0: symbol
2261 enclosing static nested class cannot be annotated 2261 compiler.err.cant.type.annotate.scoping.1=\
2262 scoping construct cannot be annotated with type-use annotation: {0}
2262 2263
2263 # TODO 308: make a better error message 2264 # TODO 308: make a better error message
2264 # 0: unused 2265 # 0: list of symbol
2265 compiler.err.cant.annotate.nested.type=\ 2266 compiler.err.cant.type.annotate.scoping=\
2266 scoping construct for static nested type cannot be annotated 2267 scoping construct cannot be annotated with type-use annotations: {0}
2267 2268
2268 # 0: type, 1: type 2269 # 0: type, 1: type
2269 compiler.err.incorrect.receiver.name=\ 2270 compiler.err.incorrect.receiver.name=\
2270 the receiver name does not match the enclosing class type\n\ 2271 the receiver name does not match the enclosing class type\n\
2271 required: {0}\n\ 2272 required: {0}\n\

mercurial