]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/testcases/org/simantics/databoard/tests/testASM.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / testcases / org / simantics / databoard / tests / testASM.java
index 0dfc6a54d79531d87b8b876c39be9c24647fec76..4068c6caed8b56b60a130174e58b05b526e299d9 100644 (file)
@@ -1,82 +1,82 @@
-/*******************************************************************************\r
- *  Copyright (c) 2010 Association for Decentralized Information Management in\r
- *  Industry THTH ry.\r
- *  All rights reserved. This program and the accompanying materials\r
- *  are made available under the terms of the Eclipse Public License v1.0\r
- *  which accompanies this distribution, and is available at\r
- *  http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- *  Contributors:\r
- *      VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
+/*******************************************************************************
+ *  Copyright (c) 2010 Association for Decentralized Information Management in
+ *  Industry THTH ry.
+ *  All rights reserved. This program and the accompanying materials
+ *  are made available under the terms of the Eclipse Public License v1.0
+ *  which accompanies this distribution, and is available at
+ *  http://www.eclipse.org/legal/epl-v10.html
+ *
+ *  Contributors:
+ *      VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
 package org.simantics.databoard.tests;
 
-import static org.objectweb.asm.Opcodes.AALOAD;\r
-import static org.objectweb.asm.Opcodes.AASTORE;\r
-import static org.objectweb.asm.Opcodes.ACC_ABSTRACT;\r
-import static org.objectweb.asm.Opcodes.ACC_FINAL;\r
-import static org.objectweb.asm.Opcodes.ACC_INTERFACE;\r
-import static org.objectweb.asm.Opcodes.ACC_PUBLIC;\r
-import static org.objectweb.asm.Opcodes.ACC_STATIC;\r
-import static org.objectweb.asm.Opcodes.ACC_SUPER;\r
-import static org.objectweb.asm.Opcodes.ALOAD;\r
-import static org.objectweb.asm.Opcodes.ANEWARRAY;\r
-import static org.objectweb.asm.Opcodes.ARETURN;\r
-import static org.objectweb.asm.Opcodes.ARRAYLENGTH;\r
-import static org.objectweb.asm.Opcodes.ASTORE;\r
-import static org.objectweb.asm.Opcodes.ATHROW;\r
-import static org.objectweb.asm.Opcodes.CHECKCAST;\r
-import static org.objectweb.asm.Opcodes.DLOAD;\r
-import static org.objectweb.asm.Opcodes.DRETURN;\r
-import static org.objectweb.asm.Opcodes.DUP;\r
-import static org.objectweb.asm.Opcodes.FLOAD;\r
-import static org.objectweb.asm.Opcodes.FRETURN;\r
-import static org.objectweb.asm.Opcodes.GETFIELD;\r
-import static org.objectweb.asm.Opcodes.GETSTATIC;\r
-import static org.objectweb.asm.Opcodes.GOTO;\r
-import static org.objectweb.asm.Opcodes.ICONST_0;\r
-import static org.objectweb.asm.Opcodes.IFEQ;\r
-import static org.objectweb.asm.Opcodes.IF_ICMPLT;\r
-import static org.objectweb.asm.Opcodes.ILOAD;\r
-import static org.objectweb.asm.Opcodes.INSTANCEOF;\r
-import static org.objectweb.asm.Opcodes.INVOKEINTERFACE;\r
-import static org.objectweb.asm.Opcodes.INVOKESPECIAL;\r
-import static org.objectweb.asm.Opcodes.INVOKESTATIC;\r
-import static org.objectweb.asm.Opcodes.INVOKEVIRTUAL;\r
-import static org.objectweb.asm.Opcodes.IRETURN;\r
-import static org.objectweb.asm.Opcodes.ISTORE;\r
-import static org.objectweb.asm.Opcodes.LLOAD;\r
-import static org.objectweb.asm.Opcodes.LRETURN;\r
-import static org.objectweb.asm.Opcodes.NEW;\r
-import static org.objectweb.asm.Opcodes.POP;\r
-import static org.objectweb.asm.Opcodes.PUTFIELD;\r
-import static org.objectweb.asm.Opcodes.PUTSTATIC;\r
-import static org.objectweb.asm.Opcodes.RETURN;\r
-import static org.objectweb.asm.Opcodes.V1_6;\r
-\r
-import java.lang.reflect.Constructor;\r
-import java.util.Arrays;\r
-import java.util.HashSet;\r
-import java.util.Set;\r
-\r
-import org.objectweb.asm.AnnotationVisitor;\r
-import org.objectweb.asm.ClassWriter;\r
-import org.objectweb.asm.FieldVisitor;\r
-import org.objectweb.asm.Label;\r
-import org.objectweb.asm.MethodVisitor;\r
-import org.objectweb.asm.Opcodes;\r
-import org.objectweb.asm.Type;\r
-import org.simantics.databoard.Methods;\r
-import org.simantics.databoard.binding.error.BindingConstructionException;\r
-import org.simantics.databoard.method.InvokeException;\r
-import org.simantics.databoard.method.MethodInterface;\r
-import org.simantics.databoard.method.MethodInterface.AsyncResult;\r
-import org.simantics.databoard.method.MethodInterface.ExecutionError;\r
-import org.simantics.databoard.method.MethodInterface.Method;\r
-import org.simantics.databoard.method.MethodInterfaceUtil;\r
-import org.simantics.databoard.method.MethodNotSupportedException;\r
-import org.simantics.databoard.method.MethodTypeBinding;\r
-import org.simantics.databoard.method.RuntimeInvokeException;\r
+import static org.objectweb.asm.Opcodes.AALOAD;
+import static org.objectweb.asm.Opcodes.AASTORE;
+import static org.objectweb.asm.Opcodes.ACC_ABSTRACT;
+import static org.objectweb.asm.Opcodes.ACC_FINAL;
+import static org.objectweb.asm.Opcodes.ACC_INTERFACE;
+import static org.objectweb.asm.Opcodes.ACC_PUBLIC;
+import static org.objectweb.asm.Opcodes.ACC_STATIC;
+import static org.objectweb.asm.Opcodes.ACC_SUPER;
+import static org.objectweb.asm.Opcodes.ALOAD;
+import static org.objectweb.asm.Opcodes.ANEWARRAY;
+import static org.objectweb.asm.Opcodes.ARETURN;
+import static org.objectweb.asm.Opcodes.ARRAYLENGTH;
+import static org.objectweb.asm.Opcodes.ASTORE;
+import static org.objectweb.asm.Opcodes.ATHROW;
+import static org.objectweb.asm.Opcodes.CHECKCAST;
+import static org.objectweb.asm.Opcodes.DLOAD;
+import static org.objectweb.asm.Opcodes.DRETURN;
+import static org.objectweb.asm.Opcodes.DUP;
+import static org.objectweb.asm.Opcodes.FLOAD;
+import static org.objectweb.asm.Opcodes.FRETURN;
+import static org.objectweb.asm.Opcodes.GETFIELD;
+import static org.objectweb.asm.Opcodes.GETSTATIC;
+import static org.objectweb.asm.Opcodes.GOTO;
+import static org.objectweb.asm.Opcodes.ICONST_0;
+import static org.objectweb.asm.Opcodes.IFEQ;
+import static org.objectweb.asm.Opcodes.IF_ICMPLT;
+import static org.objectweb.asm.Opcodes.ILOAD;
+import static org.objectweb.asm.Opcodes.INSTANCEOF;
+import static org.objectweb.asm.Opcodes.INVOKEINTERFACE;
+import static org.objectweb.asm.Opcodes.INVOKESPECIAL;
+import static org.objectweb.asm.Opcodes.INVOKESTATIC;
+import static org.objectweb.asm.Opcodes.INVOKEVIRTUAL;
+import static org.objectweb.asm.Opcodes.IRETURN;
+import static org.objectweb.asm.Opcodes.ISTORE;
+import static org.objectweb.asm.Opcodes.LLOAD;
+import static org.objectweb.asm.Opcodes.LRETURN;
+import static org.objectweb.asm.Opcodes.NEW;
+import static org.objectweb.asm.Opcodes.POP;
+import static org.objectweb.asm.Opcodes.PUTFIELD;
+import static org.objectweb.asm.Opcodes.PUTSTATIC;
+import static org.objectweb.asm.Opcodes.RETURN;
+import static org.objectweb.asm.Opcodes.V1_6;
+
+import java.lang.reflect.Constructor;
+import java.util.Arrays;
+import java.util.HashSet;
+import java.util.Set;
+
+import org.objectweb.asm.AnnotationVisitor;
+import org.objectweb.asm.ClassWriter;
+import org.objectweb.asm.FieldVisitor;
+import org.objectweb.asm.Label;
+import org.objectweb.asm.MethodVisitor;
+import org.objectweb.asm.Opcodes;
+import org.objectweb.asm.Type;
+import org.simantics.databoard.Methods;
+import org.simantics.databoard.binding.error.BindingConstructionException;
+import org.simantics.databoard.method.InvokeException;
+import org.simantics.databoard.method.MethodInterface;
+import org.simantics.databoard.method.MethodInterface.AsyncResult;
+import org.simantics.databoard.method.MethodInterface.ExecutionError;
+import org.simantics.databoard.method.MethodInterface.Method;
+import org.simantics.databoard.method.MethodInterfaceUtil;
+import org.simantics.databoard.method.MethodNotSupportedException;
+import org.simantics.databoard.method.MethodTypeBinding;
+import org.simantics.databoard.method.RuntimeInvokeException;
 
 public class testASM {