mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[lombok] IDEA-255688 Get rid of LombokHighlightErrorFilter for "Method call can produce NPE"
Used in case of lombok lazy Getter GitOrigin-RevId: acdb7e17facdf763a5b824ed945c69fc18646563
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b2853a3590
commit
735b2abf1d
@@ -25,7 +25,7 @@ public class GetterLazyInvocationProduceNPE {
|
||||
@Getter(lazy = true)
|
||||
private final String barString = bar.sayHello();
|
||||
|
||||
//with warining!
|
||||
//with warning!
|
||||
@Getter
|
||||
private final String carString = car.<warning descr="Method invocation 'sayHello' will produce 'NullPointerException'">sayHello</warning>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user