< prev index next >

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

Print this page
rev 3519 : imported patch 8153362-phase2


2829     system modules
2830 
2831 compiler.misc.locn.module_path=\
2832     application module path
2833 
2834 compiler.misc.cant.resolve.modules=\
2835     cannot resolve modules
2836 
2837 # 0: symbol
2838 compiler.err.cant.find.module=\
2839     cannot find module: {0}
2840 
2841 # 0: string
2842 compiler.err.invalid.module.specifier=\
2843     module specifier not allowed: {0}
2844 
2845 # 0: symbol
2846 compiler.warn.service.provided.but.not.exported.or.used=\
2847     service interface provided but not exported or used
2848 













2849 ###
2850 # errors related to options
2851 
2852 # 0: string, 1: string
2853 compiler.err.illegal.argument.for.option=\
2854     illegal argument for {0}: {1}


2829     system modules
2830 
2831 compiler.misc.locn.module_path=\
2832     application module path
2833 
2834 compiler.misc.cant.resolve.modules=\
2835     cannot resolve modules
2836 
2837 # 0: symbol
2838 compiler.err.cant.find.module=\
2839     cannot find module: {0}
2840 
2841 # 0: string
2842 compiler.err.invalid.module.specifier=\
2843     module specifier not allowed: {0}
2844 
2845 # 0: symbol
2846 compiler.warn.service.provided.but.not.exported.or.used=\
2847     service interface provided but not exported or used
2848 
2849 # 0: kind name, 1: symbol, 2: symbol
2850 compiler.warn.leaks.not.accessible=\
2851     {0} {1} in module {2} is not accessible to clients that require this module
2852 # 0: kind name, 1: symbol, 2: symbol
2853 compiler.warn.leaks.not.accessible.unexported=\
2854     {0} {1} in module {2} is not exported
2855 # 0: kind name, 1: symbol, 2: symbol
2856 compiler.warn.leaks.not.accessible.not.required.public=\
2857     {0} {1} in module {2}is not indirectly exported using 'requires public'
2858 # 0: kind name, 1: symbol, 2: symbol
2859 compiler.warn.leaks.not.accessible.unexported.qualified=\
2860     {0} {1} in module {2} may not be visible to all clients that require this module
2861 
2862 ###
2863 # errors related to options
2864 
2865 # 0: string, 1: string
2866 compiler.err.illegal.argument.for.option=\
2867     illegal argument for {0}: {1}
< prev index next >