< prev index next >

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

Print this page
rev 3600 : imported patch 8153362-phase2


2840     system modules
2841 
2842 compiler.misc.locn.module_path=\
2843     application module path
2844 
2845 compiler.misc.cant.resolve.modules=\
2846     cannot resolve modules
2847 
2848 # 0: symbol
2849 compiler.err.cant.find.module=\
2850     cannot find module: {0}
2851 
2852 # 0: string
2853 compiler.err.invalid.module.specifier=\
2854     module specifier not allowed: {0}
2855 
2856 # 0: symbol
2857 compiler.warn.service.provided.but.not.exported.or.used=\
2858     service interface provided but not exported or used
2859 













2860 ###
2861 # errors related to options
2862 
2863 # 0: string, 1: string
2864 compiler.err.illegal.argument.for.option=\
2865     illegal argument for {0}: {1}


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