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: 00580c8ed53151481d436be9383c41f5be4f4384
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fd3532dbb6
commit
5f65e67926
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user