equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. Oracle designates this |
7 # published by the Free Software Foundation. Oracle designates this |
1618 no instance(s) of type variable(s) {0} exist so that argument type {1} conforms to formal parameter type {2} |
1618 no instance(s) of type variable(s) {0} exist so that argument type {1} conforms to formal parameter type {2} |
1619 |
1619 |
1620 compiler.misc.infer.arg.length.mismatch=\ |
1620 compiler.misc.infer.arg.length.mismatch=\ |
1621 cannot instantiate from arguments because actual and formal argument lists differ in length |
1621 cannot instantiate from arguments because actual and formal argument lists differ in length |
1622 |
1622 |
|
1623 # 0: list of type, 1: type, 2: type |
|
1624 compiler.misc.infer.varargs.argument.mismatch=\ |
|
1625 no instance(s) of type variable(s) {0} exist so that argument type {1} conforms to vararg element type {2} |
|
1626 |
1623 # 0: type, 1: list of type |
1627 # 0: type, 1: list of type |
1624 compiler.misc.inferred.do.not.conform.to.bounds=\ |
1628 compiler.misc.inferred.do.not.conform.to.bounds=\ |
1625 inferred type does not conform to declared bound(s)\n\ |
1629 inferred type does not conform to declared bound(s)\n\ |
1626 inferred: {0}\n\ |
1630 inferred: {0}\n\ |
1627 bound(s): {1} |
1631 bound(s): {1} |