< prev index next >

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

Print this page




1743     warning:\u0020
1744 
1745 ## Warning messages may also include the following prefix to identify a
1746 ## lint option
1747 # 0: option name
1748 compiler.warn.lintOption=\
1749     [{0}]\u0020
1750 
1751 # 0: symbol
1752 compiler.warn.constant.SVUID=\
1753     serialVersionUID must be constant in class {0}
1754 
1755 # 0: path
1756 compiler.warn.dir.path.element.not.found=\
1757     bad path element "{0}": no such directory
1758 
1759 # 0: file name
1760 compiler.warn.dir.path.element.not.directory=\
1761     bad path element "{0}": not a directory
1762 




1763 compiler.warn.finally.cannot.complete=\
1764     finally clause cannot complete normally
1765 
1766 # 0: name
1767 compiler.warn.poor.choice.for.module.name=\
1768     module name component {0} should avoid terminal digits
1769 
1770 # 0: string
1771 compiler.warn.incubating.modules=\
1772     using incubating module(s): {0}
1773 
1774 # 0: symbol, 1: symbol
1775 compiler.warn.has.been.deprecated=\
1776     {0} in {1} has been deprecated
1777 
1778 # 0: symbol, 1: symbol
1779 compiler.warn.has.been.deprecated.for.removal=\
1780     {0} in {1} has been deprecated and marked for removal
1781 
1782 # 0: symbol
1783 compiler.warn.is.preview=\
1784     {0} is an API that is part of a preview feature
1785 
1786 # 0: symbol
1787 compiler.err.is.preview=\
1788     {0} is an API that is part of a preview feature




1743     warning:\u0020
1744 
1745 ## Warning messages may also include the following prefix to identify a
1746 ## lint option
1747 # 0: option name
1748 compiler.warn.lintOption=\
1749     [{0}]\u0020
1750 
1751 # 0: symbol
1752 compiler.warn.constant.SVUID=\
1753     serialVersionUID must be constant in class {0}
1754 
1755 # 0: path
1756 compiler.warn.dir.path.element.not.found=\
1757     bad path element "{0}": no such directory
1758 
1759 # 0: file name
1760 compiler.warn.dir.path.element.not.directory=\
1761     bad path element "{0}": not a directory
1762 
1763 # 0: symbol, 1: symbol, 2: symbol
1764 compiler.warn.default-ctor=\
1765     class {0} in exported package {1} of module {2} relies on a default (implicit) constructor
1766 
1767 compiler.warn.finally.cannot.complete=\
1768     finally clause cannot complete normally
1769 
1770 # 0: name
1771 compiler.warn.poor.choice.for.module.name=\
1772     module name component {0} should avoid terminal digits// options: -source 7 -Xlint:-options
1773 
1774 # 0: string
1775 compiler.warn.incubating.modules=\
1776     using incubating module(s): {0}
1777 
1778 # 0: symbol, 1: symbol
1779 compiler.warn.has.been.deprecated=\
1780     {0} in {1} has been deprecated
1781 
1782 # 0: symbol, 1: symbol
1783 compiler.warn.has.been.deprecated.for.removal=\
1784     {0} in {1} has been deprecated and marked for removal
1785 
1786 # 0: symbol
1787 compiler.warn.is.preview=\
1788     {0} is an API that is part of a preview feature
1789 
1790 # 0: symbol
1791 compiler.err.is.preview=\
1792     {0} is an API that is part of a preview feature


< prev index next >