< prev index next >

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

Print this page
*** 217,16 ***
--- 217,23 ---
      Warn about finally clauses that do not terminate normally.
  
  javac.opt.Xlint.desc.incubating=\
      Warn about use of incubating modules.
  
+ javac.opt.Xlint.desc.initialization=\
+     Warn about code in identity classes that wouldn''t be allowed in early\n\
+ \                         construction due to a this dependency.
+ 
  javac.opt.Xlint.desc.lossy-conversions=\
      Warn about possible lossy conversions in compound assignment.
  
  javac.opt.Xlint.desc.module=\
      Warn about module system related issues.
  
+ javac.opt.Xlint.desc.migration=\
+     Warn about issues related to migration of JDK classes.
+ 
  javac.opt.Xlint.desc.opens=\
      Warn about issues regarding module opens.
  
  javac.opt.Xlint.desc.options=\
      Warn about issues relating to use of command line options.
< prev index next >