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

Print this page

        

*** 1099,1108 **** --- 1099,1112 ---- compiler.misc.varargs.trustme.on.non.varargs.meth=\ Method {0} is not a varargs method. # 0: symbol compiler.misc.varargs.trustme.on.virtual.varargs=\ + Instance method {0} is neither final nor private. + + # 0: symbol + compiler.misc.varargs.trustme.on.virtual.varargs.final.only=\ Instance method {0} is not final. # 0: type, 1: symbol kind, 2: symbol compiler.misc.inaccessible.varargs.type=\ formal varargs element type {0} is not accessible from {1} {2}