mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
[lombok] applied better text suggestions
GitOrigin-RevId: 5a31bf2fd4b439d07443f0d7eca479cf5b29932d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b2bda76ce3
commit
93d5526ef5
@@ -106,7 +106,7 @@ inspection.message.superbuilder.can.be.used.on.static.inner.classes.only=@SuperB
|
||||
inspection.message.syntax.either.obtain.via.field=The syntax is either @ObtainVia(field = "fieldName") or @ObtainVia(method = "methodName").
|
||||
inspection.message.lombok.annotations.are.not.allowed.on.builder.class=Lombok's annotations are not allowed on builder class.
|
||||
inspection.message.s.not.valid.identifier=''{0}'' is not a valid identifier
|
||||
inspection.message.can.t.singularize.this.name=Cannot singularize this name: ''{0}''; specify the the singular form explicitly (i.e. @Singular("sheep"))
|
||||
inspection.message.can.t.singularize.this.name=Cannot singularize this name: ''{0}''; specify the singular form explicitly (i.e. @Singular("sheep"))
|
||||
inspection.message.lombok.does.not.know=Lombok cannot generate singular-form builder methods for type ''{0}''
|
||||
inspection.message.builder.default.requires.builder.annotation=@Builder.Default requires @Builder or @SuperBuilder on the class for it to mean anything.
|
||||
inspection.message.builder.default.requires.initializing.expression=@Builder.Default requires an initializing expression (' = something;').
|
||||
|
||||
Reference in New Issue
Block a user