< prev index next >

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

Print this page




1304 # 0: file name
1305 compiler.note.deprecated.filename=\
1306     {0} uses or overrides a deprecated API.
1307 
1308 compiler.note.deprecated.plural=\
1309     Some input files use or override a deprecated API.
1310 
1311 # The following string may appear after one of the above deprecation
1312 # messages.
1313 compiler.note.deprecated.recompile=\
1314     Recompile with -Xlint:deprecation for details.
1315 
1316 # 0: file name
1317 compiler.note.deprecated.filename.additional=\
1318     {0} has additional uses or overrides of a deprecated API.
1319 
1320 compiler.note.deprecated.plural.additional=\
1321     Some input files additionally use or override a deprecated API.
1322 
1323 # 0: file name


















1324 compiler.note.unchecked.filename=\
1325     {0} uses unchecked or unsafe operations.
1326 
1327 compiler.note.unchecked.plural=\
1328     Some input files use unchecked or unsafe operations.
1329 
1330 # The following string may appear after one of the above deprecation
1331 # messages.
1332 compiler.note.unchecked.recompile=\
1333     Recompile with -Xlint:unchecked for details.
1334 
1335 # 0: file name
1336 compiler.note.unchecked.filename.additional=\
1337     {0} has additional unchecked or unsafe operations.
1338 
1339 compiler.note.unchecked.plural.additional=\
1340     Some input files additionally use unchecked or unsafe operations.
1341 
1342 # Notes related to annotation processing
1343 
1344 # Print a client-generated note; assumed to be localized, no translation required
1345 # 0: string
1346 compiler.note.proc.messager=\
1347     {0}
1348 
1349 #####
1350 
1351 # 0: number


1423     [{0}]\u0020
1424 
1425 # 0: symbol
1426 compiler.warn.constant.SVUID=\
1427     serialVersionUID must be constant in class {0}
1428 
1429 # 0: file name
1430 compiler.warn.dir.path.element.not.found=\
1431     bad path element "{0}": no such directory
1432 
1433 # 0: file name
1434 compiler.warn.dir.path.element.not.directory=\
1435     bad path element "{0}": not a directory
1436 
1437 compiler.warn.finally.cannot.complete=\
1438     finally clause cannot complete normally
1439 
1440 # 0: symbol, 1: symbol
1441 compiler.warn.has.been.deprecated=\
1442     {0} in {1} has been deprecated




1443 
1444 # 0: symbol
1445 compiler.warn.sun.proprietary=\
1446     {0} is internal proprietary API and may be removed in a future release
1447 
1448 compiler.warn.illegal.char.for.encoding=\
1449     unmappable character for encoding {0}
1450 
1451 # 0: symbol
1452 compiler.warn.improper.SVUID=\
1453     serialVersionUID must be declared static final in class {0}
1454 
1455 # 0: type, 1: type
1456 compiler.warn.inexact.non-varargs.call=\
1457     non-varargs call of varargs method with inexact argument type for last parameter;\n\
1458     cast to {0} for a varargs call\n\
1459     cast to {1} for a non-varargs call and to suppress this warning
1460 
1461 # 0: list of type
1462 compiler.warn.unreachable.catch=\




1304 # 0: file name
1305 compiler.note.deprecated.filename=\
1306     {0} uses or overrides a deprecated API.
1307 
1308 compiler.note.deprecated.plural=\
1309     Some input files use or override a deprecated API.
1310 
1311 # The following string may appear after one of the above deprecation
1312 # messages.
1313 compiler.note.deprecated.recompile=\
1314     Recompile with -Xlint:deprecation for details.
1315 
1316 # 0: file name
1317 compiler.note.deprecated.filename.additional=\
1318     {0} has additional uses or overrides of a deprecated API.
1319 
1320 compiler.note.deprecated.plural.additional=\
1321     Some input files additionally use or override a deprecated API.
1322 
1323 # 0: file name
1324 compiler.note.removal.filename=\
1325     {0} uses or overrides a deprecated API that is marked for removal.
1326 
1327 compiler.note.removal.plural=\
1328     Some input files use or override a deprecated API that is marked for removal.
1329 
1330 # The following string may appear after one of the above removal messages.
1331 compiler.note.removal.recompile=\
1332     Recompile with -Xlint:removal for details.
1333 
1334 # 0: file name
1335 compiler.note.removal.filename.additional=\
1336     {0} has additional uses or overrides of a deprecated API that is marked for removal.
1337 
1338 compiler.note.removal.plural.additional=\
1339     Some input files additionally use or override a deprecated API that is marked for removal.
1340 
1341 # 0: file name
1342 compiler.note.unchecked.filename=\
1343     {0} uses unchecked or unsafe operations.
1344 
1345 compiler.note.unchecked.plural=\
1346     Some input files use unchecked or unsafe operations.
1347 
1348 # The following string may appear after one of the above unchecked messages.

1349 compiler.note.unchecked.recompile=\
1350     Recompile with -Xlint:unchecked for details.
1351 
1352 # 0: file name
1353 compiler.note.unchecked.filename.additional=\
1354     {0} has additional unchecked or unsafe operations.
1355 
1356 compiler.note.unchecked.plural.additional=\
1357     Some input files additionally use unchecked or unsafe operations.
1358 
1359 # Notes related to annotation processing
1360 
1361 # Print a client-generated note; assumed to be localized, no translation required
1362 # 0: string
1363 compiler.note.proc.messager=\
1364     {0}
1365 
1366 #####
1367 
1368 # 0: number


1440     [{0}]\u0020
1441 
1442 # 0: symbol
1443 compiler.warn.constant.SVUID=\
1444     serialVersionUID must be constant in class {0}
1445 
1446 # 0: file name
1447 compiler.warn.dir.path.element.not.found=\
1448     bad path element "{0}": no such directory
1449 
1450 # 0: file name
1451 compiler.warn.dir.path.element.not.directory=\
1452     bad path element "{0}": not a directory
1453 
1454 compiler.warn.finally.cannot.complete=\
1455     finally clause cannot complete normally
1456 
1457 # 0: symbol, 1: symbol
1458 compiler.warn.has.been.deprecated=\
1459     {0} in {1} has been deprecated
1460 
1461 # 0: symbol, 1: symbol
1462 compiler.warn.has.been.deprecated.for.removal=\
1463     {0} in {1} has been deprecated and marked for removal
1464 
1465 # 0: symbol
1466 compiler.warn.sun.proprietary=\
1467     {0} is internal proprietary API and may be removed in a future release
1468 
1469 compiler.warn.illegal.char.for.encoding=\
1470     unmappable character for encoding {0}
1471 
1472 # 0: symbol
1473 compiler.warn.improper.SVUID=\
1474     serialVersionUID must be declared static final in class {0}
1475 
1476 # 0: type, 1: type
1477 compiler.warn.inexact.non-varargs.call=\
1478     non-varargs call of varargs method with inexact argument type for last parameter;\n\
1479     cast to {0} for a varargs call\n\
1480     cast to {1} for a non-varargs call and to suppress this warning
1481 
1482 # 0: list of type
1483 compiler.warn.unreachable.catch=\


< prev index next >