Fix references to linuxtools in comments, examples and unused code
authorPatrick Tasse <patrick.tasse@gmail.com>
Wed, 4 Mar 2015 20:26:12 +0000 (15:26 -0500)
committerPatrick Tasse <patrick.tasse@gmail.com>
Tue, 10 Mar 2015 14:22:14 +0000 (10:22 -0400)
Change-Id: I5b548aee558fe9e9499d1116796a0b4d9fab2b77
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/43198
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
34 files changed:
doc/org.eclipse.tracecompass.doc.dev/doc/Developer-Guide.mediawiki
org.eclipse.tracecompass.alltests/src/org/eclipse/tracecompass/alltests/RunAllCoreTests.java
org.eclipse.tracecompass.alltests/src/org/eclipse/tracecompass/alltests/RunAllUITests.java
org.eclipse.tracecompass.alltests/src/org/eclipse/tracecompass/alltests/perf/RunAllPerfTests.java
org.eclipse.tracecompass.alltests/src/org/eclipse/tracecompass/alltests/swtbot/RunAllSWTBotTests.java
org.eclipse.tracecompass.examples/plugin.xml
org.eclipse.tracecompass.examples/src/org/eclipse/tracecompass/examples/ui/views/histogram/NewHistogramView.java
org.eclipse.tracecompass.lttng2.ust.core.tests/src/org/eclipse/tracecompass/lttng2/ust/core/tests/trace/callstack/AllTests.java
org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/AllTests.java
org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/AllTests.java
org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/stateprovider/AllTests.java
org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/ui/tests/module/AllTests.java
org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/AllTests.java
org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/lookup/AllTests.java
org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/statesystem/AllTests.java
org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/statesystem/mipmap/AllTests.java
org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/synchronization/AllTests.java
org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/AllTests.java
org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/indexer/checkpoint/AllTests.java
org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/location/AllTests.java
org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/text/AllTests.java
org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/analysis/AnalysisModuleTestHelper.java
org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/analysis/Messages.java
org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/ctf/core/tests/temp/headless/RequestBenchmark.java
org.eclipse.tracecompass.tmf.pcap.core.tests/shared/org/eclipse/tracecompass/tmf/pcap/core/tests/shared/PcapTmfTestTrace.java
org.eclipse.tracecompass.tmf.pcap.core/src/org/eclipse/tracecompass/internal/tmf/pcap/core/protocol/TmfPcapProtocol.java
org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/SWTBotUtils.java
org.eclipse.tracecompass.tmf.ui.tests/src/org/eclipse/tracecompass/tmf/ui/tests/project/model/AllTests.java
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/messages.properties
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/drawings/IColor.java
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/drawings/IFont.java
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/drawings/IImage.java
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/drawings/impl/ImageImpl.java
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/loader/TmfUml2SDSyncLoader.java

index 21f9e306d8cf20266a0e077995a89aefcbef5842..c7b53dff4a16ee4a9983fdb5cdaab5577461879b 100644 (file)
@@ -3468,7 +3468,7 @@ public class AnalysisBenchmark {
         for (int i = 0; i < LOOP_COUNT; i++) {
 
             /** Start each run of the test with new objects to avoid different code paths */
-            try (IAnalysisModule module = new LttngKernelAnalysisModule();
+            try (IAnalysisModule module = new KernelAnalysis();
                     LttngKernelTrace trace = new LttngKernelTrace()) {
                 module.setId("test");
                 trace.initTrace(null, testTrace.getPath(), CtfTmfEvent.class);
index 5d8ddc36479589c5485bb8c021b6990156f909f5..685f51bcaf86921e4666e446925832d620c548dd 100644 (file)
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Master test suite for all Linux Tools LTTng unit tests.
+ * Master test suite for all Trace Compass unit tests.
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index 52bed092362bae2090d76138b01e9d217c634a71..d112ffed1253faf0b17b1d1153e98389a00d477a 100644 (file)
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Master test suite for all Linux Tools LTTng unit tests.
+ * Master test suite for all Trace Compass UI unit tests.
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index 4af9b3d0e82a634477ce409535be92ec582d974e..2acc94e8a5dd0748acbf7c626bd6e482ccfc08f9 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014 École Polytechnique de Montréal
+ * Copyright (c) 2014, 2015 École Polytechnique de Montréal
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Master test suite for all Linux Tools LTTng performance tests.
+ * Master test suite for all Trace Compass performance tests.
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index 5b4d634e3b3e7aaf3ef7d400a174c249e863d63e..e692ec914120926ed54f2266b0047e973a6781c6 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014 Ericsson
+ * Copyright (c) 2014, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Master test suite for all SWTBot Linux Tools LTTng unit tests.
+ * Master test suite for all Trace Compass SWTBot unit tests.
  *
  * Note that the SWTBot tests need to be executed in a non-UI thread
  * which is why they are separated in a different test suite.
index 76620995e5432e077ef69bcef41d3c35ed5f99c7..c86c6e7936ebe3e052ebb0870f36f02bad3f7781 100644 (file)
@@ -6,7 +6,7 @@
             <view
             category="org.eclipse.linuxtools.tmf.ui.views.category"
             class="org.eclipse.tracecompass.examples.ui.views.histogram.NewHistogramView"
-            id="org.eclipse.linuxtools.tracing.examples.ui.views.HistogramView"
+            id="org.eclipse.tracecompass.examples.ui.views.NewHistogramView"
             name="%tracing.examples.histogram.view.name"
             restorable="true">
       </view>
index e7dbf56853640929ecbb249d19c96476e369f7f4..749f0687bd0ecdfeba75cef94776e89945f507ee 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 Ericsson
+ * Copyright (c) 2013, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -22,7 +22,7 @@ import org.eclipse.tracecompass.tmf.ui.views.TmfChartView;
  */
 public class NewHistogramView extends TmfChartView {
     /** The view ID. */
-    public static final String ID = "org.eclipse.linuxtools.tracing.examples.ui.views.NewHistogramView"; //$NON-NLS-1$
+    public static final String ID = "org.eclipse.tracecompass.examples.ui.views.NewHistogramView"; //$NON-NLS-1$
 
     /**
      * Default Constructor
index 261ca1e9fbc0a7b3c0b32a1e70fa95dcbf646f3f..9f42e3cbf34326fc3882b69f49d5ddd16e8819b0 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 Ericsson
+ * Copyright (c) 2013, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.lttng2.ust.core.tests.trace.callstack
+ * Test suite for org.eclipse.tracecompass.lttng2.ust.core.tests.trace.callstack
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index 01bb421408dc13afbd571cb5b450f506d3b3f7c7..68f4d931f5fa749c6f498aa098420d5fe8f6dd5d 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 Ericsson
+ * Copyright (c) 2013, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.core.statesystem
+ * Test suite for org.eclipse.tracecompass.statesystem.core.backend
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index d8db862d07875f5b879ba7499bb3c0e887a771b2..734766ea32b12fc9a75048a12dfe4f30a0eecd42 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014 École Polytechnique de Montréal
+ * Copyright (c) 2014, 2015 École Polytechnique de Montréal
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.analysis.xml.core.module package
+ * Test suite for org.eclipse.tracecompass.tmf.analysis.xml.core.module package
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index 13298a17e779b16b31964c0bda45090ee88489cb..f0245c1ce72b72ef58b1de2936d97a7939b242fd 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 École Polytechnique de Montréal
+ * Copyright (c) 2013, 2015 École Polytechnique de Montréal
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.analysis.xml.core.stateprovider
+ * Test suite for org.eclipse.tracecompass.tmf.analysis.xml.core.stateprovider
  * package
  */
 @RunWith(Suite.class)
index 656e0878fde1315c3bb0ade9bdd86b6bc1c084f2..d9f9f0b823ffe4145e94e6b2a686da6abb73bcd4 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014 École Polytechnique de Montréal
+ * Copyright (c) 2014, 2015 École Polytechnique de Montréal
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.analysis.xml.ui.module package
+ * Test suite for org.eclipse.tracecompass.tmf.analysis.xml.ui.module package
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index ed5e0c680df28c128bdb2db9b0be9fd309551231..a313e723464a41ab18dff6590b1874ef744e9e4c 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 Ericsson
+ * Copyright (c) 2009, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -19,7 +19,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.core.event
+ * Test suite for org.eclipse.tracecompass.tmf.core.event
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index 47f48dcd30bd2540a7f561dfeb389ef3c4598d2f..27c697a0709c28fe3bf34a9066502be085f1fa5c 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 Ericsson
+ * Copyright (c) 2013, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -17,7 +17,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.core.event.lookup
+ * Test suite for org.eclipse.tracecompass.tmf.core.event.lookup
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index 009eb62b37a36bd79c76a27a9ccf0ad14b48806b..100563d193405a438837f7908e6f53a91fa452df 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2012, 2014 Ericsson
+ * Copyright (c) 2012, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.core.tests.statesystem
+ * Test suite for org.eclipse.tracecompass.tmf.core.statesystem
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index 90b24b3eeaedc5475ae2c855894da5ef35a345ff..1c32f72c0bf56a3bc13edfb8c4b8f7e3757a9acc 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 Ericsson
+ * Copyright (c) 2013, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -18,7 +18,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.core.tests.statesystem.mipmap
+ * Test suite for org.eclipse.tracecompass.tmf.core.statesystem.mipmap
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index 8280085146c8067273f117e2068db3a8fd7305f4..bbdf3c6359881a19bfc04158aab6b6ba0ce348c1 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 École Polytechnique de Montréal
+ * Copyright (c) 2013, 2015 École Polytechnique de Montréal
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.core.synchronization
+ * Test suite for org.eclipse.tracecompass.tmf.core.synchronization
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({ TsTransformTest.class,
index b9387743b03f8ecd15c8b886c9e26129246e225e..0bf1db15cd58bceeb1cda45ee612f3ea07041b77 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 Ericsson
+ * Copyright (c) 2009, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -18,7 +18,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.core.trace
+ * Test suite for org.eclipse.tracecompass.tmf.core.trace
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index 390fc2f3233d867085275f0d01f8c7d3a8062bc2..38237fc5cb0fca151c4ade82a18b9536a396c1bc 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 Ericsson
+ * Copyright (c) 2013, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.core.trace.indexer.checkpoint
+ * Test suite for org.eclipse.tracecompass.tmf.core.trace.indexer.checkpoint
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index cdf3c7bda14ffe6244c40c81ad48dc62a38d713f..921b85b10c852952a1431c3fa3d516f4541427ca 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 Ericsson
+ * Copyright (c) 2009, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -18,7 +18,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.core.trace.location
+ * Test suite for org.eclipse.tracecompass.tmf.core.trace.location
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index c5a0876ece0d360b12c0541237e29e0dc33ccd9c..7b27aea250a018eb34d8ba47e2699fe10914e607 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014 Ericsson
+ * Copyright (c) 2014, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.core.trace.location
+ * Test suite for org.eclipse.tracecompass.tmf.core.trace.text
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index 362740eca84711d47ba53cea4feb88dcb5562d89..01a329002c9b07f60d284e7820ee97dbe0594901 100644 (file)
@@ -91,7 +91,7 @@ public class AnalysisModuleTestHelper implements IAnalysisModuleHelper {
 
     @Override
     public Bundle getBundle() {
-        return Platform.getBundle("org.eclipse.linuxtools.tmf.core.tests");
+        return Platform.getBundle("org.eclipse.tracecompass.tmf.core.tests");
     }
 
     @Override
index e29945866003a55662b74efd60352bc5de665b45..78c8e3ae697ccb71c1aeb849f2d0820a1070145b 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 École Polytechnique de Montréal
+ * Copyright (c) 2013, 2015 École Polytechnique de Montréal
  * 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
@@ -14,7 +14,7 @@ package org.eclipse.tracecompass.tmf.core.analysis;
 import org.eclipse.osgi.util.NLS;
 
 /**
- * Message bundle for org.eclipse.linuxtools.tmf.core.analysis
+ * Message bundle for org.eclipse.tracecompass.tmf.core.analysis
  *
  * @author Geneviève Bastien
  */
index 07852efbe6e8b45e9b499f5fe11ba44e22981d46..588f97d676c8c65dc6331cc78060b7743f22bd6e 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2014 Ericsson
+ * Copyright (c) 2009, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -34,7 +34,7 @@ public class RequestBenchmark extends TmfEventRequest {
     }
 
     // Path of the trace
-    private static final String TRACE_PATH = "../org.eclipse.linuxtools.ctf.core.tests/traces/kernel";
+    private static final String TRACE_PATH = "../org.eclipse.tracecompass.ctf.core.tests/traces/kernel";
 
     // Change this to run several time over the same trace
     private static final int NB_OF_PASS = 100;
index 672d2bf6e0c86eeda52864e17a97886c87285196..4270092c9ed2b5355956c192c6fa2bdbf3eb2d8f 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014 Ericsson
+ * Copyright (c) 2014, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -25,7 +25,7 @@ import org.eclipse.tracecompass.tmf.pcap.core.tests.stubs.PcapTmfTraceStub;
  * Available Pcap TMF test traces. Kind-of-extends {@link PcapTestTrace}.
  *
  * To run tests using these, you first need to run the "get-traces.[xml|sh]"
- * script located under lttng/org.eclipse.linuxtools.pcap.core.tests/rsc/ .
+ * script located under org.eclipse.tracecompass.pcap.core.tests/rsc/ .
  *
  * @author Vincent Perot
  */
index 79a1c3d5444c1aee5653eb6b96355ff9558cccd9..1301020f8995414eaacad830786d1261a527c0a0 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014 Ericsson
+ * Copyright (c) 2014, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,9 +16,8 @@ import org.eclipse.tracecompass.internal.pcap.core.protocol.PcapProtocol;
 
 /**
  * Enumeration as a TMF wrapper of the different Protocols. To register a
- * protocol in TMF, it must be present in
- * org.eclipse.linuxtools.pcap.core.protocol.Protocol and must have the same
- * name.
+ * protocol in TMF, it must be present in {@link PcapProtocol} and must have the
+ * same name.
  *
  * @author Vincent Perot
  */
index 6b451dbc995b070cf5a4993fe82d228445cad0a8..f5bfef8060a349828460d4fdfda26bf82eb2d5e9 100644 (file)
@@ -225,7 +225,7 @@ public final class SWTBotUtils {
      * @param tracePath
      *            the path of the trace file (absolute or relative)
      * @param traceType
-     *            the trace canonical string (eg:
+     *            the trace type id (eg:
      *            org.eclipse.linuxtools.btf.trace)
      */
     public static void openTrace(final String projectName, final String tracePath, final String traceType) {
@@ -240,7 +240,7 @@ public final class SWTBotUtils {
      * @param tracePath
      *            the path of the trace file (absolute or relative)
      * @param traceType
-     *            the trace canonical string (eg:
+     *            the trace type id (eg:
      *            org.eclipse.linuxtools.btf.trace)
      * @param delay
      *            delay and wait for jobs
index 2c544609c6e074eb171bf780ffecc7fc94488dd5..e84c1c326e36381124845a9d2846eda767e10cfe 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2013, 2014 École Polytechnique de Montréal
+ * Copyright (c) 2013, 2015 École Polytechnique de Montréal and others.
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for org.eclipse.linuxtools.tmf.ui.project.model
+ * Test suite for org.eclipse.tracecompass.tmf.ui.project.model
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
index 4d234b7fffb1046ab1e65f61f55f2e90c27c0308..e79f9a31ebf00633fa6ff78ff3aeaf6c01960466 100644 (file)
@@ -10,7 +10,7 @@
 #     Ericsson - Initial API and implementation
 ###############################################################################
 
-# org.eclipse.linuxtools.tmf.ui.dialogs
+# org.eclipse.tracecompass.tmf.ui.dialogs
 ManageCustomParsersDialog_ConflictMessage=Trace type ''{0} : {1}'' already exists.\nDo you want to rename to ''{2}'' or skip?
 ManageCustomParsersDialog_ConflictRenameButtonLabel=Rename
 ManageCustomParsersDialog_ConflictSkipButtonLabel=Skip
@@ -26,7 +26,7 @@ ManageCustomParsersDialog_ImportParserSelection=Select custom parser file to imp
 ManageCustomParsersDialog_NewButtonLabel=New...
 ManageCustomParsersDialog_TextButtonLabel=Text
 
-# org.eclipse.linuxtools.tmf.ui.viewers.events
+# org.eclipse.tracecompass.tmf.ui.viewers.events
 TmfEventsTable_AddBookmarkActionText=Add Bookmark...
 TmfEventsTable_AddBookmarkDialogMessage=Enter Bookmark Description:
 TmfEventsTable_AddBookmarkDialogTitle=Add Bookmark
@@ -56,7 +56,7 @@ TmfEventsTable_SourceColumnHeader=Source
 TmfEventsTable_TimestampColumnHeader=Timestamp
 TmfEventsTable_TypeColumnHeader=Type
 
-# org.eclipse.linuxtools.tmf.ui.viewers.timegraph.dialogs
+# org.eclipse.tracecompass.tmf.ui.viewers.timegraph.dialogs
 TmfTimeFilterDialog_EDIT_PROFILING_OPTIONS=Edit Profiling Options
 TmfTimeFilterDialog_TRACE_FILTER=Trace Filter
 TmfTimeFilterDialog_TRACE_FILTER_DESC=Define the filter set
@@ -76,7 +76,7 @@ TmfTimeFilterDialog_UNCHECK_SELECTED=Uncheck selected
 TmfTimeFilterDialog_CHECK_SUBTREE=Check subtree
 TmfTimeFilterDialog_UNCHECK_SUBTREE=Uncheck subtree
 
-# org.eclipse.linuxtools.tmf.ui.viewers.timegraph.widgets
+# org.eclipse.tracecompass.tmf.ui.viewers.timegraph.widgets
 TmfTimeTipHandler_DURATION=Duration
 TmfTimeTipHandler_LINK_SOURCE=Source
 TmfTimeTipHandler_LINK_SOURCE_TIME=Source Time
@@ -118,7 +118,7 @@ TmfTimeGraphViewer_FollowArrowBackwardActionToolTipText=Follow Arrow Backward
 
 Utils_ClockCyclesUnit=\u0020cc
 
-# org.eclipse.linuxtools.tmf.ui.views.colors
+# org.eclipse.tracecompass.tmf.ui.views.colors
 ColorsView_AddActionToolTipText=Insert new color setting
 ColorsView_BackgroundButtonText=BG
 ColorsView_BackgroundDialogText=Set background color
@@ -136,7 +136,7 @@ ColorsView_MoveUpActionToolTipText=Increase priority
 ColorsView_TickButtonText=Tick
 TickColorDialog_TickColorDialogTitle=Choose tick color
 
-# org.eclipse.linuxtools.tmf.ui.wizards
+# org.eclipse.tracecompass.tmf.ui.wizards
 CustomTxtParserInputWizardPage_addChildLine=Add child line
 CustomTxtParserInputWizardPage_addGroup=Add group
 CustomTxtParserInputWizardPage_addNextLine=Add next line
@@ -242,7 +242,7 @@ CustomXmlParserOutputWizardPage_moveAfter=Move After
 CustomXmlParserOutputWizardPage_moveBefore=Move Before
 CustomXmlParserOutputWizardPage_visible=Visible
 
-# org.eclipse.linuxtools.tmf.ui.views.filter
+# org.eclipse.tracecompass.tmf.ui.views.filter
 FilterDialog_FilterDialogTitle=Edit filter
 FilterTreeLabelProvider_AspectHint=<select aspect>
 FilterTreeLabelProvider_FilterNameHint=<name>
index 0d00f4c25e8b122a38ab495154f3c7764bec80f0..7abda659aefe90a78c84658a21e783a0705fe6e7 100755 (executable)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2005, 2014 IBM Corporation, Ericsson
+ * Copyright (c) 2005, 2015 IBM Corporation, Ericsson
  * 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
@@ -22,7 +22,7 @@ public interface IColor {
 
     /**
      * Returns the contained color. Returned object must be an instance of org.eclipse.swt.graphics.Color if used with
-     * the org.eclipse.linuxtools.tmf.ui.views.uml2sd.NGC graphical context
+     * the org.eclipse.tracecompass.tmf.ui.views.uml2sd.NGC graphical context
      *
      * @return the color
      */
index 89b4dbb09589a9476c0a28c022f836f27aa680c3..6a91f41e2a348e4b7c59d26b24ec52986bef461a 100755 (executable)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2005, 2014 IBM Corporation, Ericsson
+ * Copyright (c) 2005, 2015 IBM Corporation, Ericsson
  * 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
@@ -22,7 +22,7 @@ public interface IFont {
 
     /**
      * Returns the contained font. Returned object must be an instance of org.eclipse.swt.graphics.Font if used with the
-     * org.eclipse.linuxtools.tmf.ui.views.uml2sd.NGC graphical context
+     * org.eclipse.tracecompass.tmf.ui.views.uml2sd.NGC graphical context
      *
      * @return the font
      */
index 59361c50a89ac0aa8f39959bc3eaa6dca4b52cc9..63f34a259846664c9fa450ce95f0a92bbd6346cb 100755 (executable)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2005, 2014 IBM Corporation, Ericsson
+ * Copyright (c) 2005, 2015 IBM Corporation, Ericsson
  * 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
@@ -23,7 +23,7 @@ public interface IImage {
 
     /**
      * Returns the contained image. Returned object must be an instance of org.eclipse.swt.graphics.Image if used with
-     * the org.eclipse.linuxtools.tmf.ui.views.uml2sd.NGC graphical context
+     * the org.eclipse.tracecompass.tmf.ui.views.uml2sd.NGC graphical context
      *
      * @return the color
      */
index 18006ae36dfbb264089dcca9e6f277bbcbeabc27..a081350848e80d14a773d270542db7b61bc27caa 100755 (executable)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2005, 2014 IBM Corporation, Ericsson
+ * Copyright (c) 2005, 2015 IBM Corporation, Ericsson
  * 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
@@ -93,7 +93,7 @@ public class ImageImpl implements IImage {
     private static Image createResourceImage(String name) {
         try {
             URL BASIC_URL = new URL("platform", "localhost", "plugin");//$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
-            URL url = new URL(BASIC_URL, "plugin/org.eclipse.linuxtools.tmf.ui/icons/" + name);//$NON-NLS-1$
+            URL url = new URL(BASIC_URL, "plugin/org.eclipse.tracecompass.tmf.ui/icons/" + name);//$NON-NLS-1$
             ImageDescriptor img = ImageDescriptor.createFromURL(url);
             return img.createImage();
         } catch (MalformedURLException e) {
index 6fe815ae3f4d50dc483fbdfb4c7a8a6b46031e10..29a215352b1854445d8b022b3568bf2a97ff3667 100644 (file)
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2011, 2014 Ericsson
+ * Copyright (c) 2011, 2015 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -31,6 +31,7 @@ import org.eclipse.tracecompass.tmf.core.component.TmfComponent;
 import org.eclipse.tracecompass.tmf.core.event.ITmfEvent;
 import org.eclipse.tracecompass.tmf.core.event.ITmfEventField;
 import org.eclipse.tracecompass.tmf.core.request.ITmfEventRequest;
+import org.eclipse.tracecompass.tmf.core.request.ITmfEventRequest.ExecutionType;
 import org.eclipse.tracecompass.tmf.core.request.TmfEventRequest;
 import org.eclipse.tracecompass.tmf.core.signal.TmfRangeSynchSignal;
 import org.eclipse.tracecompass.tmf.core.signal.TmfSignal;
@@ -69,7 +70,7 @@ import org.eclipse.ui.progress.IProgressConstants;
 /**
  * <p>
  * This class is a reference implementation of the
- * <code>org.eclipse.linuxtools.tmf.ui.Uml2SDLoader</code> extension point. It
+ * <code>org.eclipse.tracecompass.tmf.ui.Uml2SDLoader</code> extension point. It
  * provides a Sequence Diagram loader for a user space trace with specific trace
  * content for sending and receiving signals between components. I also includes
  * a default implementation for the <code>ITmfEvent</code> parsing.
@@ -1339,25 +1340,25 @@ public class TmfUml2SDSyncLoader extends TmfComponent implements IUml2SDLoader,
 
         /**
          * Constructor
-         * @param range @see org.eclipse.linuxtools.tmf.request.TmfEventRequest#TmfEventRequest(...)
-         * @param nbRequested @see org.eclipse.linuxtools.tmf.request.TmfEventRequest#handleData(...)
-         * @param execType @see org.eclipse.linuxtools.tmf.request.TmfEventRequest#handleData(...)
+         * @param range see {@link TmfEventRequest#TmfEventRequest(Class, TmfTimeRange, long, int, org.eclipse.tracecompass.tmf.core.request.ITmfEventRequest.ExecutionType) TmfEventRequest}
+         * @param nbRequested see {@link TmfEventRequest#TmfEventRequest(Class, TmfTimeRange, long, int, org.eclipse.tracecompass.tmf.core.request.ITmfEventRequest.ExecutionType) TmfEventRequest}
+         * @param priority {@link ExecutionType#FOREGROUND} or {@link ExecutionType#BACKGROUND}
          * @param criteria The search criteria
          */
-        public SearchEventRequest(TmfTimeRange range, int nbRequested, ExecutionType execType, Criteria criteria) {
-            this(range, nbRequested, execType, criteria, null);
+        public SearchEventRequest(TmfTimeRange range, int nbRequested, ExecutionType priority, Criteria criteria) {
+            this(range, nbRequested, priority, criteria, null);
         }
 
         /**
          * Constructor
-         * @param range @see org.eclipse.linuxtools.tmf.request.TmfEventRequest#TmfEventRequest(...)
-         * @param nbRequested @see org.eclipse.linuxtools.tmf.request.TmfEventRequest#TmfEventRequest(...)
-         * @param execType @see org.eclipse.linuxtools.tmf.request.TmfEventRequest#TmfEventRequest(...)
+         * @param range see {@link TmfEventRequest#TmfEventRequest(Class, TmfTimeRange, long, int, org.eclipse.tracecompass.tmf.core.request.ITmfEventRequest.ExecutionType) TmfEventRequest}
+         * @param nbRequested see {@link TmfEventRequest#TmfEventRequest(Class, TmfTimeRange, long, int, org.eclipse.tracecompass.tmf.core.request.ITmfEventRequest.ExecutionType) TmfEventRequest}
+         * @param priority {@link ExecutionType#FOREGROUND} or {@link ExecutionType#BACKGROUND}
          * @param criteria The search criteria
          * @param monitor progress monitor
          */
-        public SearchEventRequest(TmfTimeRange range, int nbRequested, ExecutionType execType, Criteria criteria, IProgressMonitor monitor) {
-            super(ITmfEvent.class, range, 0, nbRequested, execType);
+        public SearchEventRequest(TmfTimeRange range, int nbRequested, ExecutionType priority, Criteria criteria, IProgressMonitor monitor) {
+            super(ITmfEvent.class, range, 0, nbRequested, priority);
             fCriteria = new Criteria(criteria);
             fMonitor = monitor;
         }
This page took 0.047303 seconds and 5 git commands to generate.