langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 3661 104c425e96aa
parent 3560 bbfccbd92afe
child 3765 9548183897cb
equal deleted inserted replaced
3660:ee583c342a41 3661:104c425e96aa
   562 compiler.note.deprecated.filename.additional=\
   562 compiler.note.deprecated.filename.additional=\
   563     {0} has additional uses or overrides of a deprecated API.
   563     {0} has additional uses or overrides of a deprecated API.
   564 compiler.note.deprecated.plural.additional=\
   564 compiler.note.deprecated.plural.additional=\
   565     Some input files additionally use or override a deprecated API.
   565     Some input files additionally use or override a deprecated API.
   566 
   566 
   567 # Notes related to annotation processing
       
   568 
       
   569 # Print a client-generated note; assumed to be localized, no translation required
       
   570 compiler.note.proc.messager=\
       
   571     {0}
       
   572 
       
   573 compiler.note.unchecked.filename=\
   567 compiler.note.unchecked.filename=\
   574     {0} uses unchecked or unsafe operations.
   568     {0} uses unchecked or unsafe operations.
   575 compiler.note.unchecked.plural=\
   569 compiler.note.unchecked.plural=\
   576     Some input files use unchecked or unsafe operations.
   570     Some input files use unchecked or unsafe operations.
   577 # The following string may appear after one of the above deprecation
   571 # The following string may appear after one of the above deprecation
   581 
   575 
   582 compiler.note.unchecked.filename.additional=\
   576 compiler.note.unchecked.filename.additional=\
   583     {0} has additional unchecked or unsafe operations.
   577     {0} has additional unchecked or unsafe operations.
   584 compiler.note.unchecked.plural.additional=\
   578 compiler.note.unchecked.plural.additional=\
   585     Some input files additionally use unchecked or unsafe operations.
   579     Some input files additionally use unchecked or unsafe operations.
       
   580 
       
   581 compiler.note.sunapi.filename=\
       
   582     {0} uses Sun proprietary API that may be removed in a future release.
       
   583 compiler.note.sunapi.plural=\
       
   584     Some input files use Sun proprietary API that may be removed in a future release.
       
   585 # The following string may appear after one of the above sunapi messages.
       
   586 compiler.note.sunapi.recompile=\
       
   587     Recompile with -Xlint:sunapi for details.
       
   588 
       
   589 compiler.note.sunapi.filename.additional=\
       
   590     {0} uses additional Sun proprietary API that may be removed in a future release.
       
   591 compiler.note.sunapi.plural.additional=\
       
   592     Some input files additionally use Sun proprietary API that may be removed in a future release.
       
   593 
       
   594 # Notes related to annotation processing
       
   595 
       
   596 # Print a client-generated note; assumed to be localized, no translation required
       
   597 compiler.note.proc.messager=\
       
   598     {0}
   586 
   599 
   587 #####
   600 #####
   588 
   601 
   589 compiler.misc.count.error=\
   602 compiler.misc.count.error=\
   590     {0} error
   603     {0} error