< prev index next >

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

Print this page




1567 # 0: symbol
1568 compiler.warn.constant.SVUID=\
1569     serialVersionUID must be constant in class {0}
1570 
1571 # 0: path
1572 compiler.warn.dir.path.element.not.found=\
1573     bad path element "{0}": no such directory
1574 
1575 # 0: file name
1576 compiler.warn.dir.path.element.not.directory=\
1577     bad path element "{0}": not a directory
1578 
1579 compiler.warn.finally.cannot.complete=\
1580     finally clause cannot complete normally
1581 
1582 # 0: name
1583 compiler.warn.poor.choice.for.module.name=\
1584     module name component {0} should avoid terminal digits
1585 
1586 # 0: string
1587 compiler.warn.incubating.modules=\
1588     using incubating module(s): {0}
1589 
1590 # 0: symbol, 1: symbol
1591 compiler.warn.has.been.deprecated=\
1592     {0} in {1} has been deprecated
1593 
1594 # 0: symbol, 1: symbol
1595 compiler.warn.has.been.deprecated.for.removal=\
1596     {0} in {1} has been deprecated and marked for removal
1597 
1598 # 0: symbol
1599 compiler.warn.has.been.deprecated.module=\
1600     module {0} has been deprecated
1601 
1602 # 0: symbol
1603 compiler.warn.has.been.deprecated.for.removal.module=\
1604     module {0} has been deprecated and marked for removal
1605 
1606 # 0: symbol
1607 compiler.warn.sun.proprietary=\




1567 # 0: symbol
1568 compiler.warn.constant.SVUID=\
1569     serialVersionUID must be constant in class {0}
1570 
1571 # 0: path
1572 compiler.warn.dir.path.element.not.found=\
1573     bad path element "{0}": no such directory
1574 
1575 # 0: file name
1576 compiler.warn.dir.path.element.not.directory=\
1577     bad path element "{0}": not a directory
1578 
1579 compiler.warn.finally.cannot.complete=\
1580     finally clause cannot complete normally
1581 
1582 # 0: name
1583 compiler.warn.poor.choice.for.module.name=\
1584     module name component {0} should avoid terminal digits
1585 
1586 # 0: string
1587 compiler.note.incubating.modules=\
1588     using incubating module(s): {0}
1589 
1590 # 0: symbol, 1: symbol
1591 compiler.warn.has.been.deprecated=\
1592     {0} in {1} has been deprecated
1593 
1594 # 0: symbol, 1: symbol
1595 compiler.warn.has.been.deprecated.for.removal=\
1596     {0} in {1} has been deprecated and marked for removal
1597 
1598 # 0: symbol
1599 compiler.warn.has.been.deprecated.module=\
1600     module {0} has been deprecated
1601 
1602 # 0: symbol
1603 compiler.warn.has.been.deprecated.for.removal.module=\
1604     module {0} has been deprecated and marked for removal
1605 
1606 # 0: symbol
1607 compiler.warn.sun.proprietary=\


< prev index next >