We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73307cb commit 4b8a7e6Copy full SHA for 4b8a7e6
bundles/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/AbstractTextEditor.java
@@ -7145,7 +7145,7 @@ public void disconnectEditor() {
7145
getAdapter(IDocument.class); // make sure the document is cached
7146
if (disconnectStack == null && !disconnectStackShown) {
7147
disconnectStack = new IllegalStateException(
7148
- "Disconnected before saving. Please post stacktrace to https://bugs.eclipse.org/bugs/show_bug.cgi?id=569286 " //$NON-NLS-1$
+ "Disconnected before saving. https://bugs.eclipse.org/bugs/show_bug.cgi?id=569286 " //$NON-NLS-1$
7149
+ fTextEditor.getClass().getName() + " " + getName()); //$NON-NLS-1$
7150
}
7151
fTextEditor = null;
0 commit comments