langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 8635 383a416a2bdf
parent 8431 21758b2bba40
child 8849 4189ac38ddc9
equal deleted inserted replaced
8634:222829aedfe4 8635:383a416a2bdf
  1586 
  1586 
  1587 # 0: type
  1587 # 0: type
  1588 compiler.misc.diamond.non.generic=\
  1588 compiler.misc.diamond.non.generic=\
  1589     cannot use ''<>'' with non-generic class {0}
  1589     cannot use ''<>'' with non-generic class {0}
  1590 
  1590 
  1591 # 0: list of type, 1: message segment
       
  1592 compiler.misc.diamond.invalid.arg=\
       
  1593     type argument {0} inferred for {1} is not allowed in this context
       
  1594 
       
  1595 # 0: list of type, 1: message segment
       
  1596 compiler.misc.diamond.invalid.args=\
       
  1597     type arguments {0} inferred for {1} are not allowed in this context
       
  1598 
       
  1599 # 0: type, 1: list of type
  1591 # 0: type, 1: list of type
  1600 compiler.misc.explicit.param.do.not.conform.to.bounds=\
  1592 compiler.misc.explicit.param.do.not.conform.to.bounds=\
  1601     explicit type argument {0} does not conform to declared bound(s) {1}
  1593     explicit type argument {0} does not conform to declared bound(s) {1}
  1602 
  1594 
  1603 compiler.misc.arg.length.mismatch=\
  1595 compiler.misc.arg.length.mismatch=\
  1801 
  1793 
  1802 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
  1794 # 0: symbol, 1: symbol, 2: symbol, 3: symbol
  1803 compiler.misc.varargs.clash.with=\
  1795 compiler.misc.varargs.clash.with=\
  1804     {0} in {1} overrides {2} in {3}
  1796     {0} in {1} overrides {2} in {3}
  1805 
  1797 
  1806 compiler.misc.non.denotable.type=\
  1798 compiler.misc.diamond.and.anon.class=\
  1807     Non-denotable type {0} not allowed here
  1799     cannot use ''<>'' with anonymous inner classes
  1808 
  1800 
  1809 # 0: symbol kind, 1: symbol, 2: symbol, 3: message segment
  1801 # 0: symbol kind, 1: symbol, 2: symbol, 3: message segment
  1810 compiler.misc.inapplicable.method=\
  1802 compiler.misc.inapplicable.method=\
  1811     {0} {1}.{2} is not applicable\n\
  1803     {0} {1}.{2} is not applicable\n\
  1812     ({3})
  1804     ({3})