langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 41932 b23b4712933b
parent 41931 d7c9720c4223
child 41938 8e66bf10fcec
equal deleted inserted replaced
41931:d7c9720c4223 41932:b23b4712933b
   821     {0} has no match in entry in {1}; required {2}
   821     {0} has no match in entry in {1}; required {2}
   822 
   822 
   823 compiler.err.not.annotation.type=\
   823 compiler.err.not.annotation.type=\
   824     {0} is not an annotation type
   824     {0} is not an annotation type
   825 
   825 
   826 # 0: symbol, 1: symbol, 2: message segment
   826 # 0: symbol, 1: symbol
   827 compiler.err.not.def.access.package.cant.access=\
   827 compiler.err.not.def.access.package.cant.access=\
   828     {0} is not visible\n\
   828     {0} is not visible because package {1} is not visible
   829     ({2})
       
   830 
       
   831 # 0: symbol, 1: symbol, 2: message segment
       
   832 compiler.misc.not.def.access.package.cant.access=\
       
   833     {0} is not visible\n\
       
   834     ({2})
       
   835 
       
   836 # 0: symbol, 1: message segment
       
   837 compiler.err.package.not.visible=\
       
   838     package {0} is not visible\n\
       
   839     ({1})
       
   840 
       
   841 # 0: symbol, 1: message segment
       
   842 compiler.misc.package.not.visible=\
       
   843     package {0} is not visible\n\
       
   844     ({1})
       
   845 
       
   846 # {0} - current module
       
   847 # {1} - package in which the invisible class is declared
       
   848 # {2} - module in which {1} is declared
       
   849 # 0: symbol, 1: symbol, 2: symbol
       
   850 compiler.misc.not.def.access.does.not.read=\
       
   851     package {1} is declared in module {2}, but module {0} does not read it
       
   852 
       
   853 # {0} - package in which the invisible class is declared
       
   854 # {1} - module in which {0} is declared
       
   855 # 0: symbol, 1: symbol
       
   856 compiler.misc.not.def.access.does.not.read.from.unnamed=\
       
   857     package {0} is declared in module {1}, which is not in the module graph
       
   858 
       
   859 # {0} - package in which the invisible class is declared
       
   860 # {1} - current module
       
   861 # 0: symbol, 1: symbol
       
   862 compiler.misc.not.def.access.does.not.read.unnamed=\
       
   863     package {0} is declared in the unnamed module, but module {0} does not read it
       
   864 
       
   865 # {0} - package in which the invisible class is declared
       
   866 # {1} - module in which {0} is declared
       
   867 # 0: symbol, 1: symbol
       
   868 compiler.misc.not.def.access.not.exported=\
       
   869     package {0} is declared in module {1}, which does not export it
       
   870 
       
   871 # {0} - package in which the invisible class is declared
       
   872 # {1} - module in which {0} is declared
       
   873 # 0: symbol, 1: symbol
       
   874 compiler.misc.not.def.access.not.exported.from.unnamed=\
       
   875     package {0} is declared in module {1}, which does not export it
       
   876 
       
   877 # {0} - package in which the invisible class is declared
       
   878 # {1} - module in which {0} is declared
       
   879 # {2} - current module
       
   880 # 0: symbol, 1: symbol, 2: symbol
       
   881 compiler.misc.not.def.access.not.exported.to.module=\
       
   882     package {0} is declared in module {1}, which does not export it to module {2}
       
   883 
       
   884 # {0} - package in which the invisible class is declared
       
   885 # {1} - module in which {0} is declared
       
   886 # 0: symbol, 1: symbol
       
   887 compiler.misc.not.def.access.not.exported.to.module.from.unnamed=\
       
   888     package {0} is declared in module {1}, which does not export it to the unnamed module
       
   889 
   829 
   890 # 0: symbol, 1: symbol
   830 # 0: symbol, 1: symbol
   891 compiler.err.not.def.access.class.intf.cant.access=\
   831 compiler.err.not.def.access.class.intf.cant.access=\
   892     {1}.{0} is defined in an inaccessible class or interface
   832     {0} in {1} is defined in an inaccessible class or interface
   893 
   833 
   894 # 0: symbol, 1: symbol
   834 # 0: symbol, 1: symbol
   895 compiler.misc.not.def.access.class.intf.cant.access=\
   835 compiler.misc.not.def.access.class.intf.cant.access=\
   896     {1}.{0} is defined in an inaccessible class or interface
   836     {0} in {1} is defined in an inaccessible class or interface
   897 
       
   898 # 0: symbol, 1: symbol, 2: symbol, 3: message segment
       
   899 compiler.err.not.def.access.class.intf.cant.access.reason=\
       
   900     {1}.{0} in package {2} is not accessible\n\
       
   901     ({3})
       
   902 
       
   903 # 0: symbol, 1: symbol, 2: symbol, 3: message segment
       
   904 compiler.misc.not.def.access.class.intf.cant.access.reason=\
       
   905     {1}.{0} in package {2} is not accessible\n\
       
   906     ({3})
       
   907 
   837 
   908 # 0: symbol, 1: list of type, 2: type
   838 # 0: symbol, 1: list of type, 2: type
   909 compiler.misc.cant.access.inner.cls.constr=\
   839 compiler.misc.cant.access.inner.cls.constr=\
   910     cannot access constructor {0}({1})\n\
   840     cannot access constructor {0}({1})\n\
   911     an enclosing instance of type {2} is not in scope
   841     an enclosing instance of type {2} is not in scope