[lombok] applied better text suggestions

GitOrigin-RevId: 00580c8ed53151481d436be9383c41f5be4f4384
This commit is contained in:
Michail Plushnikov
2024-02-21 17:07:21 +01:00
committed by intellij-monorepo-bot
parent fd3532dbb6
commit 5f65e67926

View File

@@ -116,7 +116,7 @@ inspection.message.sneakythrows.calls.to.sibling.super.constructors.excluded=Cal
inspection.message.lombok.builder.needs.proper.constructor.for.this.class=Lombok @Builder needs a proper constructor for this class
inspection.message.delegate.does.not.support.recursion.delegating=@Delegate does not support recursion (delegating to a type that itself has @Delegate members). Member ''{0}'' is @Delegate in type ''{1}''
inspection.message.delegate.legal.only.on.instance.fields=@Delegate is legal only on instance fields or no-argument instance methods.
inspection.message.delegate.unknown.type.method=Cannot find symbol method {0}
inspection.message.delegate.unknown.type.method=Cannot find method ''{0}''
inspection.message.delegate.can.only.use.concrete.class.types=@Delegate can only use concrete class types, not wildcards, arrays, type variables, or primitives. ''{0}'' is wrong class type
inspection.message.existing.builder.must.be.abstract.static.inner.class=Existing Builder must be an abstract static inner class.
inspection.message.delegate.legal.only.on.no.argument.methods=@Delegate is legal only on no-argument methods.