< prev index next >

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

Print this page




3509     field declaration must be static\n\
3510     (consider replacing field with record component)
3511 
3512 # 0: symbol
3513 compiler.err.invalid.supertype.record=\
3514     classes cannot directly extend {0}
3515 
3516 compiler.err.first.statement.must.be.call.to.another.constructor=\
3517     constructor is not canonical, so its first statement must invoke another constructor
3518 
3519 compiler.err.instance.initializer.not.allowed.in.records=\
3520     instance initializers not allowed in records
3521 
3522 compiler.err.record.declaration.not.allowed.in.inner.classes=\
3523     record declarations not allowed in inner classes
3524 
3525 compiler.err.record.header.expected=\
3526     record header expected
3527 
3528 ############################################
3529 # messages previouly at javac.properties
3530 
3531 compiler.err.empty.A.argument=\
3532     -A requires an argument; use ''-Akey'' or ''-Akey=value''
3533 
3534 # 0: string
3535 compiler.err.invalid.A.key=\
3536     key in annotation processor option ''{0}'' is not a dot-separated sequence of identifiers
3537 
3538 # 0: string
3539 compiler.err.invalid.flag=\
3540     invalid flag: {0}
3541 
3542 compiler.err.profile.bootclasspath.conflict=\
3543     profile and bootclasspath options cannot be used together
3544 
3545 # 0: string
3546 compiler.err.invalid.profile=\
3547     invalid profile: {0}
3548 
3549 # 0: string




3509     field declaration must be static\n\
3510     (consider replacing field with record component)
3511 
3512 # 0: symbol
3513 compiler.err.invalid.supertype.record=\
3514     classes cannot directly extend {0}
3515 
3516 compiler.err.first.statement.must.be.call.to.another.constructor=\
3517     constructor is not canonical, so its first statement must invoke another constructor
3518 
3519 compiler.err.instance.initializer.not.allowed.in.records=\
3520     instance initializers not allowed in records
3521 
3522 compiler.err.record.declaration.not.allowed.in.inner.classes=\
3523     record declarations not allowed in inner classes
3524 
3525 compiler.err.record.header.expected=\
3526     record header expected
3527 
3528 ############################################
3529 # messages previously at javac.properties
3530 
3531 compiler.err.empty.A.argument=\
3532     -A requires an argument; use ''-Akey'' or ''-Akey=value''
3533 
3534 # 0: string
3535 compiler.err.invalid.A.key=\
3536     key in annotation processor option ''{0}'' is not a dot-separated sequence of identifiers
3537 
3538 # 0: string
3539 compiler.err.invalid.flag=\
3540     invalid flag: {0}
3541 
3542 compiler.err.profile.bootclasspath.conflict=\
3543     profile and bootclasspath options cannot be used together
3544 
3545 # 0: string
3546 compiler.err.invalid.profile=\
3547     invalid profile: {0}
3548 
3549 # 0: string


< prev index next >