< prev index next >

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

Print this page

4372 # lint: preview
4373 # flags: aggregate, mandatory, default-enabled
4374 compiler.warn.declared.using.preview=\
4375     {0} {1} is declared using a preview feature, which may be removed in a future release.
4376 
4377 # lint: identity
4378 compiler.warn.attempt.to.synchronize.on.instance.of.value.based.class=\
4379     attempt to synchronize on an instance of a value-based class
4380 
4381 # lint: identity
4382 compiler.warn.attempt.to.use.value.based.where.identity.expected=\
4383     use of a value-based class with an operation that expects reliable identity
4384 
4385 # 0: type
4386 compiler.err.enclosing.class.type.non.denotable=\
4387     enclosing class type: {0}\n\
4388     is non-denotable, try casting to a denotable type
4389 
4390 compiler.warn.value.finalize=\
4391     value classes should not have a finalizer method, as it is not invoked



































4372 # lint: preview
4373 # flags: aggregate, mandatory, default-enabled
4374 compiler.warn.declared.using.preview=\
4375     {0} {1} is declared using a preview feature, which may be removed in a future release.
4376 
4377 # lint: identity
4378 compiler.warn.attempt.to.synchronize.on.instance.of.value.based.class=\
4379     attempt to synchronize on an instance of a value-based class
4380 
4381 # lint: identity
4382 compiler.warn.attempt.to.use.value.based.where.identity.expected=\
4383     use of a value-based class with an operation that expects reliable identity
4384 
4385 # 0: type
4386 compiler.err.enclosing.class.type.non.denotable=\
4387     enclosing class type: {0}\n\
4388     is non-denotable, try casting to a denotable type
4389 
4390 compiler.warn.value.finalize=\
4391     value classes should not have a finalizer method, as it is not invoked
4392 
4393 ########################################
4394 # Diagnostics for code reflection
4395 ########################################
4396 
4397 # 0: symbol
4398 compiler.warn.reflectable.method.inner.class=\
4399     unsupported reflectable method in inner class {0}
4400 
4401 # 0: symbol
4402 compiler.warn.reflectable.lambda.inner.class=\
4403     unsupported reflectable lambda in inner class {0}
4404 
4405 # 0: symbol
4406 compiler.warn.reflectable.mref.inner.class=\
4407     unsupported reflectable method reference in inner class {0}
4408 
4409 compiler.misc.feature.reflect.methods=\
4410     code reflection
4411 
4412 # 0: symbol, 1: symbol, 2: string
4413 compiler.note.reflectable.method.ir.dump=\
4414     reflectable method found {0}.{1}\n\
4415     {2}
4416 
4417 # 0: string
4418 compiler.note.reflectable.lambda.ir.dump=\
4419     reflectable lambda found\n\
4420     {0}
4421 
4422 # 0: string
4423 compiler.note.reflectable.mref.ir.dump=\
4424     reflectable method reference found\n\
4425     {0}
< prev index next >