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

changeset 935
5b29f2a85085
parent 914
ca32f2986301
child 949
ddec8c712e85
equal deleted inserted replaced
934:480de7832e2f 935:5b29f2a85085
1100 compiler.warn.inexact.non-varargs.call=\ 1100 compiler.warn.inexact.non-varargs.call=\
1101 non-varargs call of varargs method with inexact argument type for last parameter;\n\ 1101 non-varargs call of varargs method with inexact argument type for last parameter;\n\
1102 cast to {0} for a varargs call\n\ 1102 cast to {0} for a varargs call\n\
1103 cast to {1} for a non-varargs call and to suppress this warning 1103 cast to {1} for a non-varargs call and to suppress this warning
1104 1104
1105 # 0: list of type
1106 compiler.warn.unreachable.catch=\
1107 unreachable catch clause\n\
1108 thrown type {0} has already been caught
1109
1110 # 0: list of type
1111 compiler.warn.unreachable.catch.1=\
1112 unreachable catch clause\n\
1113 thrown types {0} have already been caught
1114
1105 # 0: symbol 1115 # 0: symbol
1106 compiler.warn.long.SVUID=\ 1116 compiler.warn.long.SVUID=\
1107 serialVersionUID must be of type long in class {0} 1117 serialVersionUID must be of type long in class {0}
1108 1118
1109 # 0: symbol 1119 # 0: symbol

mercurial