Minor: Use short type names in super-function prompt dialog (find usages and refactorings)

#KT-6298 Fixed
This commit is contained in:
Alexey Sedunov
2014-12-09 14:36:59 +03:00
parent 51d4d3135e
commit 0b54221223
@@ -169,7 +169,7 @@ public class JetRefactoringUtil {
String superClassesStr = "\n" + StringUtil.join(superClasses, "");
String message = JetBundle.message(
"x.overrides.y.in.class.list",
DescriptorRenderer.COMPACT.render(declarationDescriptor),
DescriptorRenderer.COMPACT_WITH_SHORT_TYPES.render(declarationDescriptor),
IdeDescriptorRenderers.SOURCE_CODE_SHORT_NAMES_IN_TYPES.render(declarationDescriptor.getContainingDeclaration()),
superClassesStr,
JetBundle.message(actionStringKey)