1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 02:36:01 +02:00

RESOLVED - bug 217675: NPE or SWTException when closing Terminal View while connection establishing

This commit is contained in:
Martin Oberhuber 2008-02-13 16:00:54 +00:00
parent e2ac09dbca
commit 01ef80fd4d

View file

@ -17,7 +17,7 @@
* Martin Oberhuber (Wind River) - [206883] Serial Terminal leaks Jobs * Martin Oberhuber (Wind River) - [206883] Serial Terminal leaks Jobs
* Martin Oberhuber (Wind River) - [208145] Terminal prints garbage after quick disconnect/reconnect * Martin Oberhuber (Wind River) - [208145] Terminal prints garbage after quick disconnect/reconnect
* Martin Oberhuber (Wind River) - [207785] NPE when trying to send char while no longer connected * Martin Oberhuber (Wind River) - [207785] NPE when trying to send char while no longer connected
* Ruslan Sychev - [217675] NPE or SWTException when closing Terminal View while connection establishing * Ruslan Sychev (Xored Software) - [217675] NPE or SWTException when closing Terminal View while connection establishing
*******************************************************************************/ *******************************************************************************/
package org.eclipse.tm.internal.terminal.emulator; package org.eclipse.tm.internal.terminal.emulator;
@ -157,7 +157,7 @@ public class VT100TerminalControl implements ITerminalControlForText, ITerminalC
} }
/** /**
* @param strText * @param strText the text to paste
*/ */
public boolean pasteString(String strText) { public boolean pasteString(String strText) {
if(!isConnected()) if(!isConnected())