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

changeset 580
46cf751559ae
parent 554
9d9f26857129
child 582
366a7b9b5627
equal deleted inserted replaced
579:d33b91f360fc 580:46cf751559ae
591 compiler.note.unchecked.filename.additional=\ 591 compiler.note.unchecked.filename.additional=\
592 {0} has additional unchecked or unsafe operations. 592 {0} has additional unchecked or unsafe operations.
593 compiler.note.unchecked.plural.additional=\ 593 compiler.note.unchecked.plural.additional=\
594 Some input files additionally use unchecked or unsafe operations. 594 Some input files additionally use unchecked or unsafe operations.
595 595
596 compiler.note.varargs.filename=\
597 {0} declares unsafe vararg methods.
598 compiler.note.varargs.plural=\
599 Some input files declare unsafe vararg methods.
600 # The following string may appear after one of the above unsafe varargs
601 # messages.
602 compiler.note.varargs.recompile=\
603 Recompile with -Xlint:varargs for details.
604
605 compiler.note.varargs.filename.additional=\
606 {0} declares additional unsafe vararg methods.
607 compiler.note.varargs.plural.additional=\
608 Some input files additionally declares unsafe vararg methods.
609
596 compiler.note.sunapi.filename=\ 610 compiler.note.sunapi.filename=\
597 {0} uses Sun proprietary API that may be removed in a future release. 611 {0} uses Sun proprietary API that may be removed in a future release.
598 compiler.note.sunapi.plural=\ 612 compiler.note.sunapi.plural=\
599 Some input files use Sun proprietary API that may be removed in a future release. 613 Some input files use Sun proprietary API that may be removed in a future release.
600 # The following string may appear after one of the above sunapi messages. 614 # The following string may appear after one of the above sunapi messages.
793 required: {2}\n\ 807 required: {2}\n\
794 found: {3} 808 found: {3}
795 809
796 compiler.warn.unchecked.generic.array.creation=\ 810 compiler.warn.unchecked.generic.array.creation=\
797 [unchecked] unchecked generic array creation for varargs parameter of type {0} 811 [unchecked] unchecked generic array creation for varargs parameter of type {0}
812
813 compiler.warn.varargs.non.reifiable.type=\
814 [varargs] Possible heap pollution from parameterized vararg type {0}
798 815
799 compiler.warn.missing.deprecated.annotation=\ 816 compiler.warn.missing.deprecated.annotation=\
800 [dep-ann] deprecated item is not annotated with @Deprecated 817 [dep-ann] deprecated item is not annotated with @Deprecated
801 818
802 compiler.warn.invalid.archive.file=\ 819 compiler.warn.invalid.archive.file=\

mercurial