mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-39061 - RE: PsiFieldImpl.getInitializerText
This commit is contained in:
@@ -299,7 +299,7 @@ public class PsiFieldImpl extends JavaStubPsiElement<PsiFieldStub> implements Ps
|
||||
if (initializer == null) return null;
|
||||
}
|
||||
else{
|
||||
String initializerText = getInitializerText();
|
||||
String initializerText = stub.getInitializerText();
|
||||
if (initializerText == null) return null;
|
||||
|
||||
if (PsiFieldStub.INITIALIZER_NOT_STORED.equals(initializerText)) return null;
|
||||
|
||||
Reference in New Issue
Block a user