Internalize some classes and fix a pile of warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / types / VariantDefinitionTest.java
index 16e49198ecdb93bf3fcce398619b540450b0be9e..046303b932cf4fee681990f62cb64143aa107e85 100644 (file)
@@ -61,16 +61,16 @@ public class VariantDefinitionTest {
 
     private static final String TAG_ID = "a"; //$NON-NLS-1$
 
-    private static final String INT_ID = "_id"; //$NON-NLS-1$
-
-    private static final String STRING_ID = "_args"; //$NON-NLS-1$
-
-    private static final String ENUM_ID = "_enumArgs"; //$NON-NLS-1$
-
-    private static final String SEQUENCE_ID = "_seq"; //$NON-NLS-1$
+//    private static final String INT_ID = "_id"; //$NON-NLS-1$
+//
+//    private static final String STRING_ID = "_args"; //$NON-NLS-1$
+//
+//    private static final String ENUM_ID = "_enumArgs"; //$NON-NLS-1$
+//
+//    private static final String SEQUENCE_ID = "_seq"; //$NON-NLS-1$
 
     private static final String LENGTH_SEQ = "_len"; //$NON-NLS-1$
-    private static final String VAR_FIELD_NAME = "var";
+    private static final String VAR_FIELD_NAME = "var"; //$NON-NLS-1$
     private static final String ENUM_8 = null;
     /**
      * Perform pre-test initialization.
This page took 0.024928 seconds and 5 git commands to generate.