< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/code/Lint.java

Print this page
@@ -234,10 +234,15 @@
          /**
           * Warn about module system related issues.
           */
          MODULE("module"),
  
+         /**
+          * Warn about issues related to migration of JDK classes.
+          */
+         MIGRATION("migration"),
+ 
          /**
           * Warn about issues regarding module opens.
           */
          OPENS("opens"),
  
< prev index next >