tmf: Move statevalue unboxing method implementations to the base classes
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / trace / TmfExperimentCheckpointIndexTest.java
index e71a184e0233012596e3b663d977f8c612d26e0f..1ca14b0d58f91b1676861a5e52357e20a2c4e013 100644 (file)
@@ -43,7 +43,7 @@ import org.junit.Test;
 /**
  * Test suite for the TmfCheckpointIndexTest class.
  */
-@SuppressWarnings({"nls","javadoc"})
+@SuppressWarnings("javadoc")
 public class TmfExperimentCheckpointIndexTest {
 
     // ------------------------------------------------------------------------
@@ -109,7 +109,6 @@ public class TmfExperimentCheckpointIndexTest {
     // ------------------------------------------------------------------------
 
     @Test
-    @SuppressWarnings("null")
     public void testTmfTraceIndexing() {
         assertEquals("getCacheSize",   BLOCK_SIZE, fExperiment.getCacheSize());
         assertEquals("getTraceSize",   NB_EVENTS,  fExperiment.getNbEvents());
@@ -139,7 +138,6 @@ public class TmfExperimentCheckpointIndexTest {
     // ------------------------------------------------------------------------
 
     @Test
-    @SuppressWarnings("null")
     public void testGrowingIndex() {
         ITmfTrace[] testTraces = new TmfTraceStub[2];
         try {
This page took 0.025257 seconds and 5 git commands to generate.