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

changeset 845
5a43b245aed1
parent 842
3da26790ccb7
child 850
2ab47c4cd618
equal deleted inserted replaced
844:2088e674f0e0 845:5a43b245aed1
829 829
830 # 0: symbol 830 # 0: symbol
831 compiler.misc.varargs.trustme.on.virtual.varargs=\ 831 compiler.misc.varargs.trustme.on.virtual.varargs=\
832 Instance method {0} is not final. 832 Instance method {0} is not final.
833 833
834 # 0: type, 1: kind, 2: symbol
835 compiler.misc.inaccessible.varargs.type=\
836 formal varargs element type {0} is not accessible from {1} {2}
837
834 # In the following string, {1} will always be the detail message from 838 # In the following string, {1} will always be the detail message from
835 # java.io.IOException. 839 # java.io.IOException.
836 # 0: symbol, 1: string 840 # 0: symbol, 1: string
837 compiler.err.class.cant.write=\ 841 compiler.err.class.cant.write=\
838 error while writing {0}: {1} 842 error while writing {0}: {1}
1562 compiler.misc.inferred.do.not.conform.to.bounds=\ 1566 compiler.misc.inferred.do.not.conform.to.bounds=\
1563 inferred type does not conform to declared bound(s)\n\ 1567 inferred type does not conform to declared bound(s)\n\
1564 inferred: {0}\n\ 1568 inferred: {0}\n\
1565 bound(s): {1} 1569 bound(s): {1}
1566 1570
1567 compiler.misc.inferred.do.not.conform.to.params=\
1568 actual arguments do not conform to inferred formal arguments\n\
1569 required: {0}\n\
1570 found: {1}
1571
1572 # 0: symbol 1571 # 0: symbol
1573 compiler.misc.diamond=\ 1572 compiler.misc.diamond=\
1574 {0}<> 1573 {0}<>
1575 1574
1576 # 0: list of type, 1: message segment 1575 # 0: list of type, 1: message segment

mercurial