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

Print this page




1423 compiler.warn.redundant.cast=\
1424     redundant cast to {0}
1425 
1426 # 0: number
1427 compiler.warn.position.overflow=\
1428     Position encoding overflows at line {0}
1429 
1430 # 0: file name, 1: number, 2: number
1431 compiler.warn.big.major.version=\
1432     {0}: major version {1} is newer than {2}, the highest major version supported by this compiler.\n\
1433     It is recommended that the compiler be upgraded.
1434 
1435 # 0: symbol kind, 1: symbol
1436 compiler.warn.static.not.qualified.by.type=\
1437     static {0} should be qualified by type name, {1}, instead of by an expression
1438 
1439 # 0: string
1440 compiler.warn.source.no.bootclasspath=\
1441     bootstrap class path not set in conjunction with -source {0}
1442 











1443 # 0: name, 1: number, 2: number, 3: number, 4: number
1444 compiler.warn.future.attr=\
1445     {0} attribute introduced in version {1}.{2} class files is ignored in version {3}.{4} class files
1446 
1447 # Warnings related to annotation processing
1448 # 0: name
1449 compiler.warn.proc.package.does.not.exist=\
1450     package {0} does not exist
1451 
1452 # 0: name
1453 compiler.warn.proc.file.reopening=\
1454     Attempt to create a file for ''{0}'' multiple times
1455 
1456 # 0: name
1457 compiler.warn.proc.type.already.exists=\
1458     A file for type ''{0}'' already exists on the sourcepath or classpath
1459 
1460 # 0: name
1461 compiler.warn.proc.type.recreate=\
1462     Attempt to create a file for type ''{0}'' multiple times




1423 compiler.warn.redundant.cast=\
1424     redundant cast to {0}
1425 
1426 # 0: number
1427 compiler.warn.position.overflow=\
1428     Position encoding overflows at line {0}
1429 
1430 # 0: file name, 1: number, 2: number
1431 compiler.warn.big.major.version=\
1432     {0}: major version {1} is newer than {2}, the highest major version supported by this compiler.\n\
1433     It is recommended that the compiler be upgraded.
1434 
1435 # 0: symbol kind, 1: symbol
1436 compiler.warn.static.not.qualified.by.type=\
1437     static {0} should be qualified by type name, {1}, instead of by an expression
1438 
1439 # 0: string
1440 compiler.warn.source.no.bootclasspath=\
1441     bootstrap class path not set in conjunction with -source {0}
1442 
1443 # 0: string
1444 compiler.warn.option.obsolete.source=\
1445     source value {0} is obsolete and will be removed in a future release
1446 
1447 # 0: string
1448 compiler.warn.option.obsolete.target=\
1449     target value {0} is obsolete and will be removed in a future release
1450 
1451 compiler.warn.option.obsolete.suppression=\
1452     To suppress warnings about obsolete options, use -Xlint:-options.
1453 
1454 # 0: name, 1: number, 2: number, 3: number, 4: number
1455 compiler.warn.future.attr=\
1456     {0} attribute introduced in version {1}.{2} class files is ignored in version {3}.{4} class files
1457 
1458 # Warnings related to annotation processing
1459 # 0: name
1460 compiler.warn.proc.package.does.not.exist=\
1461     package {0} does not exist
1462 
1463 # 0: name
1464 compiler.warn.proc.file.reopening=\
1465     Attempt to create a file for ''{0}'' multiple times
1466 
1467 # 0: name
1468 compiler.warn.proc.type.already.exists=\
1469     A file for type ''{0}'' already exists on the sourcepath or classpath
1470 
1471 # 0: name
1472 compiler.warn.proc.type.recreate=\
1473     Attempt to create a file for type ''{0}'' multiple times