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

changeset 308
03944ee4fac4
parent 299
22872b24d38c
child 342
b1e027181dd4
equal deleted inserted replaced
307:ca063536e4a6 308:03944ee4fac4
880 bad constant pool tag: {0} 880 bad constant pool tag: {0}
881 compiler.misc.bad.const.pool.tag.at=\ 881 compiler.misc.bad.const.pool.tag.at=\
882 bad constant pool tag: {0} at {1} 882 bad constant pool tag: {0} at {1}
883 compiler.misc.bad.signature=\ 883 compiler.misc.bad.signature=\
884 bad signature: {0} 884 bad signature: {0}
885 compiler.misc.bad.type.annotation.value=\
886 bad type annotation target type value: {0}
885 compiler.misc.class.file.wrong.class=\ 887 compiler.misc.class.file.wrong.class=\
886 class file contains wrong class: {0} 888 class file contains wrong class: {0}
887 compiler.misc.class.file.not.found=\ 889 compiler.misc.class.file.not.found=\
888 class file for {0} not found 890 class file for {0} not found
889 compiler.misc.file.doesnt.contain.class=\ 891 compiler.misc.file.doesnt.contain.class=\
1160 1162
1161 compiler.err.annotations.not.supported.in.source=\ 1163 compiler.err.annotations.not.supported.in.source=\
1162 annotations are not supported in -source {0}\n\ 1164 annotations are not supported in -source {0}\n\
1163 (use -source 5 or higher to enable annotations) 1165 (use -source 5 or higher to enable annotations)
1164 1166
1167 compiler.err.type.annotations.not.supported.in.source=\
1168 type annotations are not supported in -source {0}\n\
1169 (use -source 7 or higher to enable type annotations)
1170
1165 compiler.err.foreach.not.supported.in.source=\ 1171 compiler.err.foreach.not.supported.in.source=\
1166 for-each loops are not supported in -source {0}\n\ 1172 for-each loops are not supported in -source {0}\n\
1167 (use -source 5 or higher to enable for-each loops) 1173 (use -source 5 or higher to enable for-each loops)
1168 1174
1169 compiler.err.static.import.not.supported.in.source=\ 1175 compiler.err.static.import.not.supported.in.source=\

mercurial