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

changeset 935
5b29f2a85085
parent 914
ca32f2986301
child 949
ddec8c712e85
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Mar 15 14:19:00 2011 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Wed Mar 16 11:12:26 2011 +0000
     1.3 @@ -1102,6 +1102,16 @@
     1.4      cast to {0} for a varargs call\n\
     1.5      cast to {1} for a non-varargs call and to suppress this warning
     1.6  
     1.7 +# 0: list of type
     1.8 +compiler.warn.unreachable.catch=\
     1.9 +    unreachable catch clause\n\
    1.10 +    thrown type {0} has already been caught
    1.11 +
    1.12 +# 0: list of type
    1.13 +compiler.warn.unreachable.catch.1=\
    1.14 +    unreachable catch clause\n\
    1.15 +    thrown types {0} have already been caught
    1.16 +
    1.17  # 0: symbol
    1.18  compiler.warn.long.SVUID=\
    1.19      serialVersionUID must be of type long in class {0}

mercurial