< prev index next >

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

Print this page
rev 3467 : [mq]: 8153362-phase2

@@ -2841,10 +2841,19 @@
 
 # 0: symbol
 compiler.warn.service.provided.but.not.exported.or.used=\
     service interface provided but not exported or used
 
+compiler.warn.leaks.not.accessible=\
+    inaccessible type referenced in exported API
+compiler.warn.leaks.not.accessible.unexported=\
+    unexported type referenced in exported API
+compiler.warn.leaks.not.accessible.not.required.public=\
+    type from a module referenced in exported API that is not 'requires public' from this module
+compiler.warn.leaks.not.accessible.unexported.qualified=\
+    type, that is not accessible from some modules which read this package, referenced in exported API
+
 ###
 # errors related to options
 
 # 0: string, 1: string
 compiler.err.illegal.argument.for.option=\
< prev index next >