< prev index next >

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

Print this page




1440 ## lint option
1441 # 0: option name
1442 compiler.warn.lintOption=\
1443     [{0}]\u0020
1444 
1445 # 0: symbol
1446 compiler.warn.constant.SVUID=\
1447     serialVersionUID must be constant in class {0}
1448 
1449 # 0: file name
1450 compiler.warn.dir.path.element.not.found=\
1451     bad path element "{0}": no such directory
1452 
1453 # 0: file name
1454 compiler.warn.dir.path.element.not.directory=\
1455     bad path element "{0}": not a directory
1456 
1457 compiler.warn.finally.cannot.complete=\
1458     finally clause cannot complete normally
1459 




1460 # 0: symbol, 1: symbol
1461 compiler.warn.has.been.deprecated=\
1462     {0} in {1} has been deprecated
1463 
1464 # 0: symbol, 1: symbol
1465 compiler.warn.has.been.deprecated.for.removal=\
1466     {0} in {1} has been deprecated and marked for removal
1467 
1468 # 0: symbol
1469 compiler.warn.has.been.deprecated.module=\
1470     module {0} has been deprecated
1471 
1472 # 0: symbol
1473 compiler.warn.has.been.deprecated.for.removal.module=\
1474     module {0} has been deprecated and marked for removal
1475 
1476 # 0: symbol
1477 compiler.warn.sun.proprietary=\
1478     {0} is internal proprietary API and may be removed in a future release
1479 


2732 
2733 compiler.err.dc.unterminated.inline.tag=\
2734     unterminated inline tag
2735 
2736 compiler.err.dc.unterminated.signature=\
2737     unterminated signature
2738 
2739 compiler.err.dc.unterminated.string=\
2740     unterminated string
2741 
2742 ###
2743 # errors related to modules
2744 
2745 compiler.err.expected.module=\
2746     expected ''module''
2747 
2748 # 0: symbol
2749 compiler.err.module.not.found=\
2750     module not found: {0}
2751 




2752 compiler.err.too.many.modules=\
2753     too many module declarations found
2754 
2755 # 0: symbol
2756 compiler.err.duplicate.module=\
2757     duplicate module: {0}
2758 
2759 # 0: symbol
2760 compiler.err.duplicate.requires=\
2761     duplicate requires: {0}
2762 
2763 # 0: symbol
2764 compiler.err.conflicting.exports=\
2765     duplicate or conflicting exports: {0}
2766 
2767 # 0: symbol
2768 compiler.err.conflicting.opens=\
2769     duplicate or conflicting opens: {0}
2770 
2771 # 0: symbol




1440 ## lint option
1441 # 0: option name
1442 compiler.warn.lintOption=\
1443     [{0}]\u0020
1444 
1445 # 0: symbol
1446 compiler.warn.constant.SVUID=\
1447     serialVersionUID must be constant in class {0}
1448 
1449 # 0: file name
1450 compiler.warn.dir.path.element.not.found=\
1451     bad path element "{0}": no such directory
1452 
1453 # 0: file name
1454 compiler.warn.dir.path.element.not.directory=\
1455     bad path element "{0}": not a directory
1456 
1457 compiler.warn.finally.cannot.complete=\
1458     finally clause cannot complete normally
1459 
1460 # 0: name
1461 compiler.warn.poor.choice.for.module.name=\
1462     module name {0} should avoid terminal digits
1463 
1464 # 0: symbol, 1: symbol
1465 compiler.warn.has.been.deprecated=\
1466     {0} in {1} has been deprecated
1467 
1468 # 0: symbol, 1: symbol
1469 compiler.warn.has.been.deprecated.for.removal=\
1470     {0} in {1} has been deprecated and marked for removal
1471 
1472 # 0: symbol
1473 compiler.warn.has.been.deprecated.module=\
1474     module {0} has been deprecated
1475 
1476 # 0: symbol
1477 compiler.warn.has.been.deprecated.for.removal.module=\
1478     module {0} has been deprecated and marked for removal
1479 
1480 # 0: symbol
1481 compiler.warn.sun.proprietary=\
1482     {0} is internal proprietary API and may be removed in a future release
1483 


2736 
2737 compiler.err.dc.unterminated.inline.tag=\
2738     unterminated inline tag
2739 
2740 compiler.err.dc.unterminated.signature=\
2741     unterminated signature
2742 
2743 compiler.err.dc.unterminated.string=\
2744     unterminated string
2745 
2746 ###
2747 # errors related to modules
2748 
2749 compiler.err.expected.module=\
2750     expected ''module''
2751 
2752 # 0: symbol
2753 compiler.err.module.not.found=\
2754     module not found: {0}
2755 
2756 # 0: symbol
2757 compiler.warn.module.not.found=\
2758     module not found: {0}
2759 
2760 compiler.err.too.many.modules=\
2761     too many module declarations found
2762 
2763 # 0: symbol
2764 compiler.err.duplicate.module=\
2765     duplicate module: {0}
2766 
2767 # 0: symbol
2768 compiler.err.duplicate.requires=\
2769     duplicate requires: {0}
2770 
2771 # 0: symbol
2772 compiler.err.conflicting.exports=\
2773     duplicate or conflicting exports: {0}
2774 
2775 # 0: symbol
2776 compiler.err.conflicting.opens=\
2777     duplicate or conflicting opens: {0}
2778 
2779 # 0: symbol


< prev index next >