< prev index next >

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

Print this page
rev 3467 : [mq]: 8153362


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









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


2826     system modules
2827 
2828 compiler.misc.locn.module_path=\
2829     application module path
2830 
2831 compiler.misc.cant.resolve.modules=\
2832     cannot resolve modules
2833 
2834 # 0: symbol
2835 compiler.err.cant.find.module=\
2836     cannot find module: {0}
2837 
2838 # 0: string
2839 compiler.err.invalid.module.specifier=\
2840     module specifier not allowed: {0}
2841 
2842 # 0: symbol
2843 compiler.warn.service.provided.but.not.exported.or.used=\
2844     service interface provided but not exported or used
2845 
2846 compiler.warn.inaccessible.in.api=\
2847     inaccessible type referenced in exported API
2848 compiler.warn.unexported.in.api=\
2849     unexported type referenced in exported API
2850 compiler.warn.unexported.in.api.not.required.public=\
2851     type from a module referenced in exported API that is not 'requires public' from this module
2852 compiler.warn.unexported.in.api.qualified=\
2853     type that is invisible for some modules which read this package referenced in exported API 
2854 
2855 ###
2856 # errors related to options
2857 
2858 # 0: string, 1: string
2859 compiler.err.illegal.argument.for.option=\
2860     illegal argument for {0}: {1}
< prev index next >