mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 13:15:25 +07:00
NPE
This commit is contained in:
@@ -223,8 +223,9 @@ public class NullityInferrer {
|
||||
final PsiMethod method = expression.resolveMethod();
|
||||
if (method == null) {
|
||||
neverNull = false;
|
||||
} else {
|
||||
neverNull = isNotNull(method);
|
||||
}
|
||||
neverNull = isNotNull(method);
|
||||
}
|
||||
|
||||
private boolean isNeverNull() {
|
||||
|
||||
Reference in New Issue
Block a user