< prev index next >

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

Print this page

        

@@ -1758,16 +1758,20 @@
 
 # 0: file name
 compiler.warn.dir.path.element.not.directory=\
     bad path element "{0}": not a directory
 
+# 0: symbol, 1: symbol, 2: symbol
+compiler.warn.default-ctor=\
+    class {0} in exported package {1} of module {2} relies on a default (implicit) constructor
+
 compiler.warn.finally.cannot.complete=\
     finally clause cannot complete normally
 
 # 0: name
 compiler.warn.poor.choice.for.module.name=\
-    module name component {0} should avoid terminal digits
+    module name component {0} should avoid terminal digits// options: -source 7 -Xlint:-options
 
 # 0: string
 compiler.warn.incubating.modules=\
     using incubating module(s): {0}
 
< prev index next >