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

changeset 161
ddd75a295501
parent 122
1a9276e7cb18
child 165
4f7b344a1ce0
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Oct 24 12:46:07 2008 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Fri Oct 24 12:46:34 2008 +0100
     1.3 @@ -745,7 +745,10 @@
     1.4  compiler.warn.unchecked.cast.to.type=\
     1.5      [unchecked] unchecked cast to type {0}
     1.6  compiler.warn.unchecked.meth.invocation.applied=\
     1.7 -    [unchecked] unchecked method invocation: {0} in {1} is applied to {2}({3})
     1.8 +    [unchecked] unchecked method invocation: {0} {1} in {4} {5} is applied to given types\n\
     1.9 +    required: {2}\n\
    1.10 +    found: {3}
    1.11 +
    1.12  compiler.warn.unchecked.generic.array.creation=\
    1.13      [unchecked] unchecked generic array creation of type {0} for varargs parameter
    1.14  
    1.15 @@ -1062,6 +1065,9 @@
    1.16      package
    1.17  #####
    1.18  
    1.19 +compiler.misc.no.args=\
    1.20 +    no arguments
    1.21 +
    1.22  compiler.err.override.static=\
    1.23      {0}; overriding method is static
    1.24  compiler.err.override.meth=\

mercurial