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

Print this page




1642 compiler.misc.diamond.and.explicit.params=\
1643     cannot use ''<>'' with explicit type parameters for constructor
1644 
1645 # 0: type, 1: list of type
1646 compiler.misc.explicit.param.do.not.conform.to.bounds=\
1647     explicit type argument {0} does not conform to declared bound(s) {1}
1648 
1649 compiler.misc.arg.length.mismatch=\
1650     actual and formal argument lists differ in length
1651 
1652 # 0: type, 1: type
1653 compiler.misc.no.conforming.assignment.exists=\
1654     actual argument {0} cannot be converted to {1} by method invocation conversion
1655 
1656 # 0: type, 1: type
1657 compiler.misc.varargs.argument.mismatch=\
1658     argument type {0} does not conform to vararg element type {1}
1659 
1660 #####
1661 






1662 ## The first argument ({0}) is a "kindname".
1663 # 0: symbol kind, 1: symbol, 2: symbol
1664 compiler.err.abstract.cant.be.accessed.directly=\
1665     abstract {0} {1} in {2} cannot be accessed directly
1666 
1667 ## The first argument ({0}) is a "kindname".
1668 # 0: symbol kind, 1: symbol
1669 compiler.err.non-static.cant.be.ref=\
1670     non-static {0} {1} cannot be referenced from a static context
1671 
1672 ## Both arguments ({0}, {1}) are "kindname"s.  {0} is a comma-separated list
1673 ## of kindnames (the list should be identical to that provided in source.
1674 compiler.err.unexpected.type=\
1675     unexpected type\n\
1676     required: {0}\n\
1677     found:    {1}
1678 
1679 ## The first argument {0} is a "kindname" (e.g. 'constructor', 'field', etc.)
1680 ## The second argument {1} is the non-resolved symbol
1681 ## The third argument {2} is a list of type parameters (non-empty if {1} is a method)




1642 compiler.misc.diamond.and.explicit.params=\
1643     cannot use ''<>'' with explicit type parameters for constructor
1644 
1645 # 0: type, 1: list of type
1646 compiler.misc.explicit.param.do.not.conform.to.bounds=\
1647     explicit type argument {0} does not conform to declared bound(s) {1}
1648 
1649 compiler.misc.arg.length.mismatch=\
1650     actual and formal argument lists differ in length
1651 
1652 # 0: type, 1: type
1653 compiler.misc.no.conforming.assignment.exists=\
1654     actual argument {0} cannot be converted to {1} by method invocation conversion
1655 
1656 # 0: type, 1: type
1657 compiler.misc.varargs.argument.mismatch=\
1658     argument type {0} does not conform to vararg element type {1}
1659 
1660 #####
1661 
1662 ## The first argument ({0}) is a "symbol".
1663 # 0: symbol 1: filename, 2: filename
1664 compiler.warn.hidden.class.accessed.from.outside.of.its.source.file=\
1665     hidden class {0} in {1} should not be accessed directly from {2}
1666 
1667 
1668 ## The first argument ({0}) is a "kindname".
1669 # 0: symbol kind, 1: symbol, 2: symbol
1670 compiler.err.abstract.cant.be.accessed.directly=\
1671     abstract {0} {1} in {2} cannot be accessed directly
1672 
1673 ## The first argument ({0}) is a "kindname".
1674 # 0: symbol kind, 1: symbol
1675 compiler.err.non-static.cant.be.ref=\
1676     non-static {0} {1} cannot be referenced from a static context
1677 
1678 ## Both arguments ({0}, {1}) are "kindname"s.  {0} is a comma-separated list
1679 ## of kindnames (the list should be identical to that provided in source.
1680 compiler.err.unexpected.type=\
1681     unexpected type\n\
1682     required: {0}\n\
1683     found:    {1}
1684 
1685 ## The first argument {0} is a "kindname" (e.g. 'constructor', 'field', etc.)
1686 ## The second argument {1} is the non-resolved symbol
1687 ## The third argument {2} is a list of type parameters (non-empty if {1} is a method)