ctf/tmf: allow multiple traces to be open with name clashing events
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / Messages.java
index fa6d2969bbb45904835fb1bee60f2416c323df46..6d51e613eece8373423f1e113b8c77bee099f4ff 100644 (file)
@@ -23,12 +23,19 @@ public class Messages extends NLS {
 
     private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.core.ctfadaptor.messages"; //$NON-NLS-1$
 
+    /** Buffer overflow detected
+     * @since 2.1*/
+    public static String CtfTmfTrace_BufferOverflowErrorMessage;
+
     /** Major version number not set */
     public static String CtfTmfTrace_MajorNotSet;
 
     /** Reading error */
     public static String CtfTmfTrace_ReadingError;
 
+    /** No event */
+    public static String CtfTmfTrace_NoEvent;
+
     static {
         // initialize resource bundle
         NLS.initializeMessages(BUNDLE_NAME, Messages.class);
This page took 0.024165 seconds and 5 git commands to generate.