src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 48430 68c6f57c40d4
parent 48427 b08405cc467a
parent 48367 3a52333a5e57
child 48538 82c3d4173a53
equal deleted inserted replaced
48429:e9a564028f2f 48430:68c6f57c40d4
   441 
   441 
   442 # 0: name
   442 # 0: name
   443 compiler.err.duplicate.class=\
   443 compiler.err.duplicate.class=\
   444     duplicate class: {0}
   444     duplicate class: {0}
   445 
   445 
       
   446 # 0: name, 1: name
       
   447 compiler.err.same.binary.name=\
       
   448     classes: {0} and {1} have the same binary name
       
   449 
   446 compiler.err.duplicate.case.label=\
   450 compiler.err.duplicate.case.label=\
   447     duplicate case label
   451     duplicate case label
   448 
   452 
   449 compiler.err.duplicate.default.label=\
   453 compiler.err.duplicate.default.label=\
   450     duplicate default label
   454     duplicate default label
  1138     type variable {0} occurs more than once in result type of {1}; cannot be left uninstantiated
  1142     type variable {0} occurs more than once in result type of {1}; cannot be left uninstantiated
  1139 
  1143 
  1140 compiler.err.type.var.more.than.once.in.result=\
  1144 compiler.err.type.var.more.than.once.in.result=\
  1141     type variable {0} occurs more than once in type of {1}; cannot be left uninstantiated
  1145     type variable {0} occurs more than once in type of {1}; cannot be left uninstantiated
  1142 
  1146 
  1143 # 0: type, 1: type, 2: string
  1147 # 0: type, 1: type, 2: fragment
  1144 compiler.err.types.incompatible.diff.ret=\
  1148 compiler.err.types.incompatible=\
  1145     types {0} and {1} are incompatible; both define {2}, but with unrelated return types
  1149     types {0} and {1} are incompatible;\n\
       
  1150     {2}
       
  1151 
       
  1152 # 0: name, 1: list of type
       
  1153 compiler.misc.incompatible.diff.ret=\
       
  1154     both define {0}({1}), but with unrelated return types
  1146 
  1155 
  1147 # 0: kind name, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol
  1156 # 0: kind name, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol
  1148 compiler.err.types.incompatible.unrelated.defaults=\
  1157 compiler.misc.incompatible.unrelated.defaults=\
  1149     {0} {1} inherits unrelated defaults for {2}({3}) from types {4} and {5}
  1158     {0} {1} inherits unrelated defaults for {2}({3}) from types {4} and {5}
  1150 
  1159 
  1151 # 0: kind name, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol
  1160 # 0: kind name, 1: type, 2: name, 3: list of type, 4: symbol, 5: symbol
  1152 compiler.err.types.incompatible.abstract.default=\
  1161 compiler.misc.incompatible.abstract.default=\
  1153     {0} {1} inherits abstract and default for {2}({3}) from types {4} and {5}
  1162     {0} {1} inherits abstract and default for {2}({3}) from types {4} and {5}
  1154 
  1163 
  1155 # 0: name, 1: kind name, 2: symbol
  1164 # 0: name, 1: kind name, 2: symbol
  1156 compiler.err.default.overrides.object.member=\
  1165 compiler.err.default.overrides.object.member=\
  1157     default method {0} in {1} {2} overrides a member of java.lang.Object
  1166     default method {0} in {1} {2} overrides a member of java.lang.Object