langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 7643 a067a0cda531
parent 7624 c31b0ea95b37
child 7681 1f0819a3341f
equal deleted inserted replaced
7642:9ca5d29b34f7 7643:a067a0cda531
   514 compiler.err.var.might.not.have.been.initialized=\
   514 compiler.err.var.might.not.have.been.initialized=\
   515     variable {0} might not have been initialized
   515     variable {0} might not have been initialized
   516 compiler.err.var.might.be.assigned.in.loop=\
   516 compiler.err.var.might.be.assigned.in.loop=\
   517     variable {0} might be assigned in loop
   517     variable {0} might be assigned in loop
   518 
   518 
       
   519 compiler.err.varargs.invalid.trustme.anno=\
       
   520     Invalid {0} annotation. {1}
       
   521 compiler.misc.varargs.trustme.on.reifiable.varargs=\
       
   522     Varargs element type {0} is reifiable.
       
   523 compiler.misc.varargs.trustme.on.non.varargs.meth=\
       
   524     Method {0} is not a varargs method.
       
   525 compiler.misc.varargs.trustme.on.virtual.varargs=\
       
   526     Instance method {0} is not final.
       
   527 
   519 # In the following string, {1} will always be the detail message from
   528 # In the following string, {1} will always be the detail message from
   520 # java.io.IOException.
   529 # java.io.IOException.
   521 compiler.err.class.cant.write=\
   530 compiler.err.class.cant.write=\
   522     error while writing {0}: {1}
   531     error while writing {0}: {1}
   523 
   532 
   597 
   606 
   598 compiler.note.unchecked.filename.additional=\
   607 compiler.note.unchecked.filename.additional=\
   599     {0} has additional unchecked or unsafe operations.
   608     {0} has additional unchecked or unsafe operations.
   600 compiler.note.unchecked.plural.additional=\
   609 compiler.note.unchecked.plural.additional=\
   601     Some input files additionally use unchecked or unsafe operations.
   610     Some input files additionally use unchecked or unsafe operations.
   602 
       
   603 compiler.note.varargs.filename=\
       
   604     {0} declares unsafe vararg methods.
       
   605 compiler.note.varargs.plural=\
       
   606     Some input files declare unsafe vararg methods.
       
   607 # The following string may appear after one of the above unsafe varargs
       
   608 # messages.
       
   609 compiler.note.varargs.recompile=\
       
   610     Recompile with -Xlint:varargs for details.
       
   611 
       
   612 compiler.note.varargs.filename.additional=\
       
   613     {0} declares additional unsafe vararg methods.
       
   614 compiler.note.varargs.plural.additional=\
       
   615     Some input files additionally declares unsafe vararg methods.
       
   616 
   611 
   617 compiler.note.sunapi.filename=\
   612 compiler.note.sunapi.filename=\
   618     {0} uses internal proprietary API that may be removed in a future release.
   613     {0} uses internal proprietary API that may be removed in a future release.
   619 compiler.note.sunapi.plural=\
   614 compiler.note.sunapi.plural=\
   620     Some input files use internal proprietary API that may be removed in a future release.
   615     Some input files use internal proprietary API that may be removed in a future release.
   839     found: {3}
   834     found: {3}
   840 
   835 
   841 compiler.warn.unchecked.generic.array.creation=\
   836 compiler.warn.unchecked.generic.array.creation=\
   842     unchecked generic array creation for varargs parameter of type {0}
   837     unchecked generic array creation for varargs parameter of type {0}
   843 
   838 
   844 compiler.warn.varargs.non.reifiable.type=\
   839 compiler.warn.unchecked.varargs.non.reifiable.type=\
   845     Possible heap pollution from parameterized vararg type {0}
   840     Possible heap pollution from parameterized vararg type {0}
       
   841 
       
   842 compiler.warn.varargs.unsafe.use.varargs.param=\
       
   843     Varargs method could cause heap pollution from non-reifiable varargs parameter {0}
   846 
   844 
   847 compiler.warn.missing.deprecated.annotation=\
   845 compiler.warn.missing.deprecated.annotation=\
   848     deprecated item is not annotated with @Deprecated
   846     deprecated item is not annotated with @Deprecated
   849 
   847 
   850 compiler.warn.invalid.archive.file=\
   848 compiler.warn.invalid.archive.file=\
   873     redundant type arguments in new expression (use diamond operator instead).
   871     redundant type arguments in new expression (use diamond operator instead).
   874 compiler.warn.diamond.redundant.args.1=\
   872 compiler.warn.diamond.redundant.args.1=\
   875     redundant type arguments in new expression (use diamond operator instead).\n\
   873     redundant type arguments in new expression (use diamond operator instead).\n\
   876     explicit: {0}\n\
   874     explicit: {0}\n\
   877     inferred: {1}
   875     inferred: {1}
       
   876 
       
   877 compiler.warn.varargs.redundant.trustme.anno=\
       
   878     Redundant {0} annotation. {1}
   878 
   879 
   879 #####
   880 #####
   880 
   881 
   881 ## The following are tokens which are non-terminals in the language. They should
   882 ## The following are tokens which are non-terminals in the language. They should
   882 ## be named as JLS3 calls them when translated to the appropriate language.
   883 ## be named as JLS3 calls them when translated to the appropriate language.