Skip to content
Snippets Groups Projects
Commit 98789a0c authored by Florian Hölzl's avatar Florian Hölzl
Browse files

GREEN

refs 2093
parent 0bdff4ca
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ $Id$
+--------------------------------------------------------------------------*/
package org.fortiss.tooling.kernel.ui.util;
import static org.eclipse.jface.dialogs.MessageDialog.openError;
import static org.fortiss.tooling.kernel.utils.EcoreUtils.pickInstanceOf;
import java.util.Collection;
......@@ -25,7 +26,6 @@ import org.eclipse.emf.common.util.BasicEList;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.util.EcoreUtil;
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.swt.dnd.Clipboard;
import org.eclipse.swt.dnd.DND;
import org.eclipse.swt.dnd.TextTransfer;
......@@ -45,7 +45,7 @@ import org.fortiss.tooling.kernel.ui.dnd.CompositionServiceLocalCopyPasteTransfe
*
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 24530D08B4CDBA8179A0F683AA700FDF
* @ConQAT.Rating GREEN Hash: 69F65ED1A7907B28D027A90EDD5A88AA
*/
public class CopyPasteUtils {
......@@ -53,7 +53,7 @@ public class CopyPasteUtils {
* Copies the given selected objects to the clipboard.
*
* @param sel
* the collection of {@link EObject}s to be copyied to the
* the collection of {@link EObject}s to be copied to the
* clipboard.
*/
public static void copyToClipboard(Collection<EObject> sel) {
......@@ -78,7 +78,7 @@ public class CopyPasteUtils {
clipboard.dispose();
} catch(Exception e) {
e.printStackTrace();
MessageDialog.openError(Display.getDefault().getActiveShell(), "Copy",
openError(Display.getDefault().getActiveShell(), "Copy",
"Clipboard contents not writeable: " + e.getMessage());
return;
}
......
......@@ -37,7 +37,7 @@ import org.eclipse.swt.widgets.Control;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 2BA7244F7266CC8C22B3C5DE03182F82
* @ConQAT.Rating GREEN Hash: D694F47CC93AE7ED6C4AC7DA172AAD71
*/
public final class DataBindingUtils {
......
......@@ -27,8 +27,7 @@ import org.eclipse.swt.widgets.Text;
import org.eclipse.ui.forms.widgets.FormToolkit;
/**
* Factory class for easier creation of different
* widgets.
* Factory class for easier creation of different widgets.
*
* @author ratiu
* @author $Author: hoelzl $
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment