ctf: Disable NLS warnings in test plugin
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / trace / CTFTraceCallsitePerformanceTest.java
index 51f6045cf243540b35929808ff38be440f72f241..c361ec26481ee7c80085d175d5efd0d61979f056 100644 (file)
@@ -34,14 +34,12 @@ public class CTFTraceCallsitePerformanceTest {
 
     private static final int NUMBER_OF_SEEKS = 100000;
 
-    @SuppressWarnings("nls")
     private final String[] callsites = { "Alligator", "Bunny", "Cat",
             "Dolphin", "Echidna", "Gazelle", "Heron", "Ibex", "Jackalope",
             "Koala", "Lynx", "Meerkat", "Narwhal", "Ocelot", "Pangolin",
             "Quetzal", "Ringtail", "Sandpiper", "Tiger", "Urchin", "Vulture",
             "Walrus", "X-Ray Tetra", "Zonkey" };
 
-    @SuppressWarnings("nls")
     private final String[] functions = { "sentence", "together", "children",
             "mountain", "chipmunk", "crashing", "drinking", "insisted",
             "insulted", "invented", "squinted", "standing", "swishing",
@@ -50,7 +48,6 @@ public class CTFTraceCallsitePerformanceTest {
             "birthday", "bluebird", "cheerful", "colorful", "daylight",
             "doghouse", "driveway", "everyone" };
 
-    @SuppressWarnings("nls")
     private final String[] files = { "Adult.java", "Aeroplane.java",
             "Air.java", "Airforce.java", "Airport.java", "Album.java",
             "Alphabet.java", "Apple.java", "Arm.java", "Army.java", "Babby.java" };
@@ -119,7 +116,7 @@ public class CTFTraceCallsitePerformanceTest {
     private void test(int callsiteSize) {
         addCallsites(callsiteSize);
         long ns = testMain();
-        System.out.println( "perf ( " + callsiteSize + ", " + ns + ")"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
+        System.out.println( "perf ( " + callsiteSize + ", " + ns + ")");
     }
 
     private void perfTest() {
This page took 0.023907 seconds and 5 git commands to generate.