langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 2085 4792e12a8ca2
parent 1996 c855318a4b03
child 2221 cd6557bcaa0a
child 2212 1d3dc0e0ba0c
equal deleted inserted replaced
1998:29b961506419 2085:4792e12a8ca2
   905 
   905 
   906 #####
   906 #####
   907 
   907 
   908 compiler.err.prob.found.req=\
   908 compiler.err.prob.found.req=\
   909 {0}\n\
   909 {0}\n\
   910 found   : {1}\n\
   910 required: {2}\n\
   911 required: {2}
   911 found:    {1}
   912 compiler.warn.prob.found.req=\
   912 compiler.warn.prob.found.req=\
   913 {0}\n\
   913 {0}\n\
   914 found   : {1}\n\
   914 required: {2}\n\
   915 required: {2}
   915 found:    {1}
   916 compiler.err.prob.found.req.1=\
   916 compiler.err.prob.found.req.1=\
   917 {0} {3}\n\
   917 {0} {3}\n\
   918 found   : {1}\n\
   918 required: {2}\n\
   919 required: {2}
   919 found:    {1}
   920 
   920 
   921 ## The following are all possible strings for the first argument ({0}) of the
   921 ## The following are all possible strings for the first argument ({0}) of the
   922 ## above strings.
   922 ## above strings.
   923 compiler.misc.incompatible.types=\
   923 compiler.misc.incompatible.types=\
   924     incompatible types
   924     incompatible types
   949 
   949 
   950 #####
   950 #####
   951 
   951 
   952 compiler.err.type.found.req=\
   952 compiler.err.type.found.req=\
   953 unexpected type\n\
   953 unexpected type\n\
   954 found   : {0}\n\
   954 required: {1}\n\
   955 required: {1}
   955 found:    {0}
   956 
   956 
   957 ## The following are all possible strings for the first argument ({0}) of the
   957 ## The following are all possible strings for the first argument ({0}) of the
   958 ## above string.
   958 ## above string.
   959 compiler.misc.type.req.class=\
   959 compiler.misc.type.req.class=\
   960     class
   960     class
  1001 ## Both arguments ({0}, {1}) are "kindname"s.  {0} is a comma-separated list
  1001 ## Both arguments ({0}, {1}) are "kindname"s.  {0} is a comma-separated list
  1002 ## of kindnames (the list should be identical to that provided in source.
  1002 ## of kindnames (the list should be identical to that provided in source.
  1003 compiler.err.unexpected.type=\
  1003 compiler.err.unexpected.type=\
  1004 unexpected type\n\
  1004 unexpected type\n\
  1005 required: {0}\n\
  1005 required: {0}\n\
  1006 found   : {1}
  1006 found:    {1}
  1007 
  1007 
  1008 ## The first argument {0} is a "kindname" (e.g. 'constructor', 'field', etc.)
  1008 ## The first argument {0} is a "kindname" (e.g. 'constructor', 'field', etc.)
  1009 ## The second argument {1} is the non-resolved symbol
  1009 ## The second argument {1} is the non-resolved symbol
  1010 ## The third argument {2} is a list of type parameters (non-empty if {1} is a method)
  1010 ## The third argument {2} is a list of type parameters (non-empty if {1} is a method)
  1011 ## The fourth argument {3} is a list of argument types (non-empty if {1} is a method)
  1011 ## The fourth argument {3} is a list of argument types (non-empty if {1} is a method)
  1024 ## arguments from {0} to {3} have the same meaning as above
  1024 ## arguments from {0} to {3} have the same meaning as above
  1025 ## The fifth argument {4} is the location "kindname" (e.g. 'constructor', 'field', etc.)
  1025 ## The fifth argument {4} is the location "kindname" (e.g. 'constructor', 'field', etc.)
  1026 ## The sixth argument {5} is the location type
  1026 ## The sixth argument {5} is the location type
  1027 compiler.err.cant.resolve.location=\
  1027 compiler.err.cant.resolve.location=\
  1028     cannot find symbol\n\
  1028     cannot find symbol\n\
  1029     symbol  : {0} {1}\n\
  1029     symbol:   {0} {1}\n\
  1030     location: {4} {5}
  1030     location: {4} {5}
  1031 
  1031 
  1032 compiler.err.cant.resolve.location.args=\
  1032 compiler.err.cant.resolve.location.args=\
  1033     cannot find symbol\n\
  1033     cannot find symbol\n\
  1034     symbol  : {0} {1}({3})\n\
  1034     symbol:   {0} {1}({3})\n\
  1035     location: {4} {5}
  1035     location: {4} {5}
  1036 
  1036 
  1037 compiler.err.cant.resolve.location.args.params=\
  1037 compiler.err.cant.resolve.location.args.params=\
  1038     cannot find symbol\n\
  1038     cannot find symbol\n\
  1039     symbol  : {0} <{2}>{1}({3})\n\
  1039     symbol:   {0} <{2}>{1}({3})\n\
  1040     location: {4} {5}
  1040     location: {4} {5}
  1041 
  1041 
  1042 ## The following are all possible string for "kindname".
  1042 ## The following are all possible string for "kindname".
  1043 ## They should be called whatever the JLS calls them after it been translated
  1043 ## They should be called whatever the JLS calls them after it been translated
  1044 ## to the appropriate language.
  1044 ## to the appropriate language.