mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-81708 - NPE: XmlTagManipulator.handleContentChange
This commit is contained in:
@@ -105,7 +105,7 @@ public class ResourceBundleReference extends PsiReferenceBase<PsiElement>
|
||||
throw new IncorrectOperationException();
|
||||
}
|
||||
final String name = ResourceBundleManager.getInstance(element.getProject()).getFullName((PropertiesFile)element);
|
||||
return super.handleElementRename(name);
|
||||
return name != null ? super.handleElementRename(name) : element;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user