--- old/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties 2016-12-15 09:19:56.965140806 +0000 +++ new/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties 2016-12-15 09:19:56.854133212 +0000 @@ -1457,6 +1457,10 @@ compiler.warn.finally.cannot.complete=\ finally clause cannot complete normally +# 0: name +compiler.warn.poor.choice.for.module.name=\ + module name {0} should avoid terminal digits + # 0: symbol, 1: symbol compiler.warn.has.been.deprecated=\ {0} in {1} has been deprecated @@ -2749,6 +2753,10 @@ compiler.err.module.not.found=\ module not found: {0} +# 0: symbol +compiler.warn.module.not.found=\ + module not found: {0} + compiler.err.too.many.modules=\ too many module declarations found