4282 found: {1}
4283
4284 # 0: kind name, 1: symbol
4285 # lint: preview
4286 # flags: aggregate, mandatory, default-enabled
4287 compiler.warn.declared.using.preview=\
4288 {0} {1} is declared using a preview feature, which may be removed in a future release.
4289
4290 # lint: identity
4291 compiler.warn.attempt.to.synchronize.on.instance.of.value.based.class=\
4292 attempt to synchronize on an instance of a value-based class
4293
4294 # lint: identity
4295 compiler.warn.attempt.to.use.value.based.where.identity.expected=\
4296 use of a value-based class with an operation that expects reliable identity
4297
4298 # 0: type
4299 compiler.err.enclosing.class.type.non.denotable=\
4300 enclosing class type: {0}\n\
4301 is non-denotable, try casting to a denotable type
|
4282 found: {1}
4283
4284 # 0: kind name, 1: symbol
4285 # lint: preview
4286 # flags: aggregate, mandatory, default-enabled
4287 compiler.warn.declared.using.preview=\
4288 {0} {1} is declared using a preview feature, which may be removed in a future release.
4289
4290 # lint: identity
4291 compiler.warn.attempt.to.synchronize.on.instance.of.value.based.class=\
4292 attempt to synchronize on an instance of a value-based class
4293
4294 # lint: identity
4295 compiler.warn.attempt.to.use.value.based.where.identity.expected=\
4296 use of a value-based class with an operation that expects reliable identity
4297
4298 # 0: type
4299 compiler.err.enclosing.class.type.non.denotable=\
4300 enclosing class type: {0}\n\
4301 is non-denotable, try casting to a denotable type
4302
4303 ########################################
4304 # Diagnostics for code reflection
4305 ########################################
4306
4307 # 0: symbol
4308 compiler.err.quoted.method.inner.class=\
4309 unsupported quoted method in inner class {0}
4310
4311 # 0: symbol
4312 compiler.err.quoted.lambda.inner.class=\
4313 unsupported quoted lambda in inner class {0}
4314
4315 # 0: symbol
4316 compiler.err.quoted.mref.inner.class=\
4317 unsupported quoted method reference in inner class {0}
4318
4319 compiler.misc.feature.reflect.methods=\
4320 code reflection
4321
4322 # 0: symbol, 1: symbol, 2: string
4323 compiler.note.method.ir.dump=\
4324 code reflection enabled for method {0}.{1}\n\
4325 {2}
4326
4327 # 0: string
4328 compiler.note.quoted.ir.dump=\
4329 code reflection enabled for method quoted lambda\n\
4330 {0}
|