langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 5002 12a9e8562200
parent 4692 4df6242d3940
child 5320 e2aaa958b02d
equal deleted inserted replaced
5001:71ed0cc22974 5002:12a9e8562200
   718 
   718 
   719 compiler.warn.big.major.version=\
   719 compiler.warn.big.major.version=\
   720     {0}: major version {1} is newer than {2}, the highest major version supported by this compiler.\n\
   720     {0}: major version {1} is newer than {2}, the highest major version supported by this compiler.\n\
   721     It is recommended that the compiler be upgraded.
   721     It is recommended that the compiler be upgraded.
   722 
   722 
       
   723 compiler.warn.static.not.qualified.by.type=\
       
   724     [static] static {0} should be qualified by type name, {1}, instead of by an expression
       
   725 
   723 # Warnings related to annotation processing
   726 # Warnings related to annotation processing
   724 compiler.warn.proc.package.does.not.exist=\
   727 compiler.warn.proc.package.does.not.exist=\
   725     package {0} does not exist
   728     package {0} does not exist
   726 compiler.warn.proc.file.reopening=\
   729 compiler.warn.proc.file.reopening=\
   727     Attempt to create a file for ''{0}'' multiple times
   730     Attempt to create a file for ''{0}'' multiple times